Html Css Color HEX #19129A Ultramarine

📋 copy color: '#19129A'

red 25 ◦ green 18 ◦ blue 154

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

Shades of Ultramarine #19129A

Tints of Ultramarine #19129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 78.17%

R = 12.69%
G = 9.14%
B = 78.17%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19129A (or 0x19129A) is known color: Ultramarine. HEX triplet: 19, 12 and 9A. RGB value is (25,18,154). Sum of RGB (Red+Green+Blue) = 25+18+154=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 154 (60.55% from 255 or 78.17% from 197); Max value from RGB is 154 - color contains mainly: blue. Hex color #19129A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19129A is #E6ED65. Grayscale: #232323. Windows color (decimal): -15134054 or 10097177. OLE color: 10097177.

HSL color Cylindrical-coordinate representation of color #19129A: hue angle of 243.09º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19129A is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 18 154 -
CMYK 0.84 0.88 0 0.40
HSL 243.09º 0.79% 0.34% -
HSV(B) 243.09º 0.88% 0.6% -
XYZ 6.45 2.97 30.81 -
YUV 35.6 194.82 120.44 -
System Red Green Blue C M Y K H S L
Decimal 25 18 154 0.84 0.88 0 0.40 243.09 0.79 0.34
Hex 19 12 9A 54 58 0 28 F3 4F 22
Octal 31 22 232 124 130 0 50 363 117 42
Binary 11001 10010 10011010 1010100 1011000 0 101000 11110011 1001111 100010

Color Harmonies of #19129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19129A

Black with #19129A

Text Example


Text Example

White with #19129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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