Html Css Color HEX #19189D Ultramarine

📋 copy color: '#19189D'

red 25 ◦ green 24 ◦ blue 157

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

Shades of Ultramarine #19189D

Tints of Ultramarine #19189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

 BLUE value IS 157 (61.72% from 255) = 76.21%

R = 12.14%
G = 11.65%
B = 76.21%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19189D (or 0x19189D) is known color: Ultramarine. HEX triplet: 19, 18 and 9D. RGB value is (25,24,157). Sum of RGB (Red+Green+Blue) = 25+24+157=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #19189D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19189D is #E6E762. Grayscale: #262626. Windows color (decimal): -15132515 or 10295321. OLE color: 10295321.

HSL color Cylindrical-coordinate representation of color #19189D: hue angle of 240.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19189D is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 24 157 -
CMYK 0.84 0.85 0 0.38
HSL 240.45º 0.73% 0.35% -
HSV(B) 240.45º 0.85% 0.62% -
XYZ 6.81 3.29 32.18 -
YUV 39.46 194.33 117.69 -
System Red Green Blue C M Y K H S L
Decimal 25 24 157 0.84 0.85 0 0.38 240.45 0.73 0.35
Hex 19 18 9D 54 55 0 26 F0 49 23
Octal 31 30 235 124 125 0 46 360 111 43
Binary 11001 11000 10011101 1010100 1010101 0 100110 11110000 1001001 100011

Color Harmonies of #19189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19189D

Black with #19189D

Text Example


Text Example

White with #19189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19189D; }

 p { color: rgb(25,24,157); }

 H1.HeaderClassName
 {
   color: #19189D;
 }
 .AnyTagClassName
 {
   color: #19189D;
 }
</style>

background-color css

<style>
 a { background-color: #19189D; }

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

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

border-color css

<style>
 span { border-color: #19189D; }

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

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