Html Css Color HEX #19168E Ultramarine

📋 copy color: '#19168E'

red 25 ◦ green 22 ◦ blue 142

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

Shades of Ultramarine #19168E

Tints of Ultramarine #19168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

 BLUE value IS 142 (55.86% from 255) = 75.13%

R = 13.23%
G = 11.64%
B = 75.13%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19168E (or 0x19168E) is known color: Ultramarine. HEX triplet: 19, 16 and 8E. RGB value is (25,22,142). Sum of RGB (Red+Green+Blue) = 25+22+142=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 142 (55.86% from 255 or 75.13% from 189); Max value from RGB is 142 - color contains mainly: blue. Hex color #19168E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19168E is #E6E971. Grayscale: #242424. Windows color (decimal): -15133042 or 9311769. OLE color: 9311769.

HSL color Cylindrical-coordinate representation of color #19168E: hue angle of 241.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19168E is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 22 142 -
CMYK 0.82 0.85 0 0.44
HSL 241.5º 0.73% 0.32% -
HSV(B) 241.5º 0.85% 0.56% -
XYZ 5.57 2.73 25.83 -
YUV 36.58 187.49 119.74 -
System Red Green Blue C M Y K H S L
Decimal 25 22 142 0.82 0.85 0 0.44 241.5 0.73 0.32
Hex 19 16 8E 52 55 0 2C F2 49 20
Octal 31 26 216 122 125 0 54 362 111 40
Binary 11001 10110 10001110 1010010 1010101 0 101100 11110010 1001001 100000

Color Harmonies of #19168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19168E

Black with #19168E

Text Example


Text Example

White with #19168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19168E; }

 p { color: rgb(25,22,142); }

 H1.HeaderClassName
 {
   color: #19168E;
 }
 .AnyTagClassName
 {
   color: #19168E;
 }
</style>

background-color css

<style>
 a { background-color: #19168E; }

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

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

border-color css

<style>
 span { border-color: #19168E; }

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

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