Html Css Color HEX #19129E Ultramarine

📋 copy color: '#19129E'

red 25 ◦ green 18 ◦ blue 158

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

Shades of Ultramarine #19129E

Tints of Ultramarine #19129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 12.44%
G = 8.96%
B = 78.61%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19129E (or 0x19129E) is known color: Ultramarine. HEX triplet: 19, 12 and 9E. RGB value is (25,18,158). Sum of RGB (Red+Green+Blue) = 25+18+158=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 158 (62.11% from 255 or 78.61% from 201); Max value from RGB is 158 - color contains mainly: blue. Hex color #19129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19129E is #E6ED61. Grayscale: #232323. Windows color (decimal): -15134050 or 10359321. OLE color: 10359321.

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

Color convert

RGB 25 18 158 -
CMYK 0.84 0.89 0 0.38
HSL 243º 0.8% 0.35% -
HSV(B) 243º 0.89% 0.62% -
XYZ 6.79 3.11 32.59 -
YUV 36.05 196.82 120.12 -
System Red Green Blue C M Y K H S L
Decimal 25 18 158 0.84 0.89 0 0.38 243 0.8 0.35
Hex 19 12 9E 54 59 0 26 F3 50 23
Octal 31 22 236 124 131 0 46 363 120 43
Binary 11001 10010 10011110 1010100 1011001 0 100110 11110011 1010000 100011

Color Harmonies of #19129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19129E

Black with #19129E

Text Example


Text Example

White with #19129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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