Html Css Color HEX #19209B Ultramarine

📋 copy color: '#19209B'

red 25 ◦ green 32 ◦ blue 155

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

Shades of Ultramarine #19209B

Tints of Ultramarine #19209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.11%

R = 11.79%
G = 15.09%
B = 73.11%

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

#19209B (or 0x19209B) is known color: Ultramarine. HEX triplet: 19, 20 and 9B. RGB value is (25,32,155). Sum of RGB (Red+Green+Blue) = 25+32+155=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #19209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19209B is #E6DF64. Grayscale: #2B2B2B. Windows color (decimal): -15130469 or 10166297. OLE color: 10166297.

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

Color convert

RGB 25 32 155 -
CMYK 0.84 0.79 0 0.39
HSL 236.77º 0.72% 0.35% -
HSV(B) 236.77º 0.84% 0.61% -
XYZ 6.83 3.61 31.35 -
YUV 43.93 190.68 114.5 -
System Red Green Blue C M Y K H S L
Decimal 25 32 155 0.84 0.79 0 0.39 236.77 0.72 0.35
Hex 19 20 9B 54 4F 0 27 ED 48 23
Octal 31 40 233 124 117 0 47 355 110 43
Binary 11001 100000 10011011 1010100 1001111 0 100111 11101101 1001000 100011

Color Harmonies of #19209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19209B

Black with #19209B

Text Example


Text Example

White with #19209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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