Html Css Color HEX #19029C Ultramarine

📋 copy color: '#19029C'

red 25 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #19029C

Tints of Ultramarine #19029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 13.66%
G = 1.09%
B = 85.25%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19029C (or 0x19029C) is known color: Ultramarine. HEX triplet: 19, 02 and 9C. RGB value is (25,2,156). Sum of RGB (Red+Green+Blue) = 25+2+156=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 156 (61.33% from 255 or 85.25% from 183); Max value from RGB is 156 - color contains mainly: blue. Hex color #19029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19029C is #E6FD63. Grayscale: #191919. Windows color (decimal): -15138148 or 10224153. OLE color: 10224153.

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

Color convert

RGB 25 2 156 -
CMYK 0.84 0.99 0 0.39
HSL 248.96º 0.97% 0.31% -
HSV(B) 248.96º 0.99% 0.61% -
XYZ 6.42 2.65 31.63 -
YUV 26.43 201.12 126.98 -
System Red Green Blue C M Y K H S L
Decimal 25 2 156 0.84 0.99 0 0.39 248.96 0.97 0.31
Hex 19 2 9C 54 63 0 27 F9 61 1F
Octal 31 2 234 124 143 0 47 371 141 37
Binary 11001 10 10011100 1010100 1100011 0 100111 11111001 1100001 11111

Color Harmonies of #19029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19029C

Black with #19029C

Text Example


Text Example

White with #19029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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