Html Css Color HEX #19199C Ultramarine

📋 copy color: '#19199C'

red 25 ◦ green 25 ◦ blue 156

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

Shades of Ultramarine #19199C

Tints of Ultramarine #19199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

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

R = 12.14%
G = 12.14%
B = 75.73%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19199C (or 0x19199C) is known color: Ultramarine. HEX triplet: 19, 19 and 9C. RGB value is (25,25,156). Sum of RGB (Red+Green+Blue) = 25+25+156=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #19199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19199C is #E6E663. Grayscale: #272727. Windows color (decimal): -15132260 or 10230041. OLE color: 10230041.

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

Color convert

RGB 25 25 156 -
CMYK 0.84 0.84 0 0.39
HSL 240º 0.72% 0.35% -
HSV(B) 240º 0.84% 0.61% -
XYZ 6.75 3.3 31.73 -
YUV 39.93 193.5 117.35 -
System Red Green Blue C M Y K H S L
Decimal 25 25 156 0.84 0.84 0 0.39 240 0.72 0.35
Hex 19 19 9C 54 54 0 27 F0 48 23
Octal 31 31 234 124 124 0 47 360 110 43
Binary 11001 11001 10011100 1010100 1010100 0 100111 11110000 1001000 100011

Color Harmonies of #19199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19199C

Black with #19199C

Text Example


Text Example

White with #19199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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