Html Css Color HEX #19189E Ultramarine

📋 copy color: '#19189E'

red 25 ◦ green 24 ◦ blue 158

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

Shades of Ultramarine #19189E

Tints of Ultramarine #19189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

 BLUE value IS 158 (62.11% from 255) = 76.33%

R = 12.08%
G = 11.59%
B = 76.33%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19189E (or 0x19189E) is known color: Ultramarine. HEX triplet: 19, 18 and 9E. RGB value is (25,24,158). Sum of RGB (Red+Green+Blue) = 25+24+158=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #19189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19189E is #E6E761. Grayscale: #272727. Windows color (decimal): -15132514 or 10360857. OLE color: 10360857.

HSL color Cylindrical-coordinate representation of color #19189E: hue angle of 240.45º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19189E is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 24 158 -
CMYK 0.84 0.85 0 0.38
HSL 240.45º 0.74% 0.36% -
HSV(B) 240.45º 0.85% 0.62% -
XYZ 6.9 3.33 32.63 -
YUV 39.58 194.83 117.6 -
System Red Green Blue C M Y K H S L
Decimal 25 24 158 0.84 0.85 0 0.38 240.45 0.74 0.36
Hex 19 18 9E 54 55 0 26 F0 4A 24
Octal 31 30 236 124 125 0 46 360 112 44
Binary 11001 11000 10011110 1010100 1010101 0 100110 11110000 1001010 100100

Color Harmonies of #19189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19189E

Black with #19189E

Text Example


Text Example

White with #19189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19189E; }

 p { color: rgb(25,24,158); }

 H1.HeaderClassName
 {
   color: #19189E;
 }
 .AnyTagClassName
 {
   color: #19189E;
 }
</style>

background-color css

<style>
 a { background-color: #19189E; }

 a { background-color: rgb(25,24,158); }

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

border-color css

<style>
 span { border-color: #19189E; }

 span { border-color: rgb(25,24,158); }

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