Html Css Color HEX #19149E Ultramarine

📋 copy color: '#19149E'

red 25 ◦ green 20 ◦ blue 158

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

Shades of Ultramarine #19149E

Tints of Ultramarine #19149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 158 (62.11% from 255) = 77.83%

R = 12.32%
G = 9.85%
B = 77.83%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19149E (or 0x19149E) is known color: Ultramarine. HEX triplet: 19, 14 and 9E. RGB value is (25,20,158). Sum of RGB (Red+Green+Blue) = 25+20+158=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #19149E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19149E is #E6EB61. Grayscale: #242424. Windows color (decimal): -15133538 or 10359833. OLE color: 10359833.

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

Color convert

RGB 25 20 158 -
CMYK 0.84 0.87 0 0.38
HSL 242.17º 0.78% 0.35% -
HSV(B) 242.17º 0.87% 0.62% -
XYZ 6.82 3.18 32.6 -
YUV 37.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 25 20 158 0.84 0.87 0 0.38 242.17 0.78 0.35
Hex 19 14 9E 54 57 0 26 F2 4E 23
Octal 31 24 236 124 127 0 46 362 116 43
Binary 11001 10100 10011110 1010100 1010111 0 100110 11110010 1001110 100011

Color Harmonies of #19149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19149E

Black with #19149E

Text Example


Text Example

White with #19149E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,20,158); }

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

background-color css

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

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

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

border-color css

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

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

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