Html Css Color HEX #19078D Ultramarine

📋 copy color: '#19078D'

red 25 ◦ green 7 ◦ blue 141

#19078D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #19078D

Tints of Ultramarine #19078D

RGB

 RED value IS 25 (10.16% from 255) = 14.45%

 GREEN value IS 7 (3.13% from 255) = 4.05%

 BLUE value IS 141 (55.47% from 255) = 81.5%

R = 14.45%
G = 4.05%
B = 81.5%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#19078D (or 0x19078D) is known color: Ultramarine. HEX triplet: 19, 07 and 8D. RGB value is (25,7,141). Sum of RGB (Red+Green+Blue) = 25+7+141=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #19078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19078D is #E6F872. Grayscale: #1B1B1B. Windows color (decimal): -15136883 or 9242393. OLE color: 9242393.

HSL color Cylindrical-coordinate representation of color #19078D: hue angle of 248.06º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19078D is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 7 141 -
CMYK 0.82 0.95 0 0.45
HSL 248.06º 0.91% 0.29% -
HSV(B) 248.06º 0.95% 0.55% -
XYZ 5.28 2.28 25.36 -
YUV 27.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 25 7 141 0.82 0.95 0 0.45 248.06 0.91 0.29
Hex 19 7 8D 52 5F 0 2D F8 5B 1D
Octal 31 7 215 122 137 0 55 370 133 35
Binary 11001 111 10001101 1010010 1011111 0 101101 11111000 1011011 11101

Color Harmonies of #19078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19078D

Black with #19078D

Text Example


Text Example

White with #19078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19078D; }

 p { color: rgb(25,7,141); }

 H1.HeaderClassName
 {
   color: #19078D;
 }
 .AnyTagClassName
 {
   color: #19078D;
 }
</style>

background-color css

<style>
 a { background-color: #19078D; }

 a { background-color: rgb(25,7,141); }

 div.DivClassName
 {
   background-color: #19078D;
 }
 .BgClassName
 {
   background-color: #19078D;
 }
</style>

border-color css

<style>
 span { border-color: #19078D; }

 span { border-color: rgb(25,7,141); }

 td.TdClassName
 {
   border-color: #19078D;
 }
 .TagClassName
 {
   border-color: #19078D;
 }
</style>