Html Css Color HEX #19199B Ultramarine

📋 copy color: '#19199B'

red 25 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #19199B

Tints of Ultramarine #19199B

RGB

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

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

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

R = 12.2%
G = 12.2%
B = 75.61%

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

#19199B (or 0x19199B) is known color: Ultramarine. HEX triplet: 19, 19 and 9B. RGB value is (25,25,155). Sum of RGB (Red+Green+Blue) = 25+25+155=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #19199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19199B is #E6E664. Grayscale: #272727. Windows color (decimal): -15132261 or 10164505. OLE color: 10164505.

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

Color convert

RGB 25 25 155 -
CMYK 0.84 0.84 0 0.39
HSL 240º 0.72% 0.35% -
HSV(B) 240º 0.84% 0.61% -
XYZ 6.66 3.27 31.29 -
YUV 39.82 193 117.43 -
System Red Green Blue C M Y K H S L
Decimal 25 25 155 0.84 0.84 0 0.39 240 0.72 0.35
Hex 19 19 9B 54 54 0 27 F0 48 23
Octal 31 31 233 124 124 0 47 360 110 43
Binary 11001 11001 10011011 1010100 1010100 0 100111 11110000 1001000 100011

Color Harmonies of #19199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19199B

Black with #19199B

Text Example


Text Example

White with #19199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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