Html Css Color HEX #19209C Ultramarine

📋 copy color: '#19209C'

red 25 ◦ green 32 ◦ blue 156

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

Shades of Ultramarine #19209C

Tints of Ultramarine #19209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 11.74%
G = 15.02%
B = 73.24%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19209C (or 0x19209C) is known color: Ultramarine. HEX triplet: 19, 20 and 9C. RGB value is (25,32,156). Sum of RGB (Red+Green+Blue) = 25+32+156=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #19209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19209C is #E6DF63. Grayscale: #2B2B2B. Windows color (decimal): -15130468 or 10231833. OLE color: 10231833.

HSL color Cylindrical-coordinate representation of color #19209C: hue angle of 236.79º 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 #19209C is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 32 156 -
CMYK 0.84 0.79 0 0.39
HSL 236.79º 0.72% 0.35% -
HSV(B) 236.79º 0.84% 0.61% -
XYZ 6.92 3.64 31.79 -
YUV 44.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 25 32 156 0.84 0.79 0 0.39 236.79 0.72 0.35
Hex 19 20 9C 54 4F 0 27 ED 48 23
Octal 31 40 234 124 117 0 47 355 110 43
Binary 11001 100000 10011100 1010100 1001111 0 100111 11101101 1001000 100011

Color Harmonies of #19209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19209C

Black with #19209C

Text Example


Text Example

White with #19209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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