Html Css Color HEX #19169C Ultramarine

📋 copy color: '#19169C'

red 25 ◦ green 22 ◦ blue 156

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

Shades of Ultramarine #19169C

Tints of Ultramarine #19169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

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

R = 12.32%
G = 10.84%
B = 76.85%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19169C (or 0x19169C) is known color: Ultramarine. HEX triplet: 19, 16 and 9C. RGB value is (25,22,156). Sum of RGB (Red+Green+Blue) = 25+22+156=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #19169C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19169C is #E6E963. Grayscale: #252525. Windows color (decimal): -15133028 or 10229273. OLE color: 10229273.

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

Color convert

RGB 25 22 156 -
CMYK 0.84 0.86 0 0.39
HSL 241.34º 0.75% 0.35% -
HSV(B) 241.34º 0.86% 0.61% -
XYZ 6.69 3.18 31.71 -
YUV 38.17 194.49 118.6 -
System Red Green Blue C M Y K H S L
Decimal 25 22 156 0.84 0.86 0 0.39 241.34 0.75 0.35
Hex 19 16 9C 54 56 0 27 F1 4B 23
Octal 31 26 234 124 126 0 47 361 113 43
Binary 11001 10110 10011100 1010100 1010110 0 100111 11110001 1001011 100011

Color Harmonies of #19169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19169C

Black with #19169C

Text Example


Text Example

White with #19169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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