Html Css Color HEX #19189C Ultramarine

📋 copy color: '#19189C'

red 25 ◦ green 24 ◦ blue 156

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

Shades of Ultramarine #19189C

Tints of Ultramarine #19189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 76.1%

R = 12.2%
G = 11.71%
B = 76.1%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19189C (or 0x19189C) is known color: Ultramarine. HEX triplet: 19, 18 and 9C. RGB value is (25,24,156). Sum of RGB (Red+Green+Blue) = 25+24+156=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #19189C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19189C is #E6E763. Grayscale: #262626. Windows color (decimal): -15132516 or 10229785. OLE color: 10229785.

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

Color convert

RGB 25 24 156 -
CMYK 0.84 0.85 0 0.39
HSL 240.45º 0.73% 0.35% -
HSV(B) 240.45º 0.85% 0.61% -
XYZ 6.73 3.26 31.73 -
YUV 39.35 193.83 117.77 -
System Red Green Blue C M Y K H S L
Decimal 25 24 156 0.84 0.85 0 0.39 240.45 0.73 0.35
Hex 19 18 9C 54 55 0 27 F0 49 23
Octal 31 30 234 124 125 0 47 360 111 43
Binary 11001 11000 10011100 1010100 1010101 0 100111 11110000 1001001 100011

Color Harmonies of #19189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19189C

Black with #19189C

Text Example


Text Example

White with #19189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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