Html Css Color HEX #19129F Ultramarine

📋 copy color: '#19129F'

red 25 ◦ green 18 ◦ blue 159

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

Shades of Ultramarine #19129F

Tints of Ultramarine #19129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 78.71%

R = 12.38%
G = 8.91%
B = 78.71%

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

#19129F (or 0x19129F) is known color: Ultramarine. HEX triplet: 19, 12 and 9F. RGB value is (25,18,159). Sum of RGB (Red+Green+Blue) = 25+18+159=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #19129F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19129F is #E6ED60. Grayscale: #232323. Windows color (decimal): -15134049 or 10424857. OLE color: 10424857.

HSL color Cylindrical-coordinate representation of color #19129F: hue angle of 242.98º 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 #19129F is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 18 159 -
CMYK 0.84 0.89 0 0.38
HSL 242.98º 0.8% 0.35% -
HSV(B) 242.98º 0.89% 0.62% -
XYZ 6.88 3.14 33.05 -
YUV 36.17 197.32 120.04 -
System Red Green Blue C M Y K H S L
Decimal 25 18 159 0.84 0.89 0 0.38 242.98 0.8 0.35
Hex 19 12 9F 54 59 0 26 F3 50 23
Octal 31 22 237 124 131 0 46 363 120 43
Binary 11001 10010 10011111 1010100 1011001 0 100110 11110011 1010000 100011

Color Harmonies of #19129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19129F

Black with #19129F

Text Example


Text Example

White with #19129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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