Html Css Color HEX #19129B Ultramarine

📋 copy color: '#19129B'

red 25 ◦ green 18 ◦ blue 155

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

Shades of Ultramarine #19129B

Tints of Ultramarine #19129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 78.28%

R = 12.63%
G = 9.09%
B = 78.28%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19129B (or 0x19129B) is known color: Ultramarine. HEX triplet: 19, 12 and 9B. RGB value is (25,18,155). Sum of RGB (Red+Green+Blue) = 25+18+155=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #19129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19129B is #E6ED64. Grayscale: #232323. Windows color (decimal): -15134053 or 10162713. OLE color: 10162713.

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

Color convert

RGB 25 18 155 -
CMYK 0.84 0.88 0 0.39
HSL 243.07º 0.79% 0.34% -
HSV(B) 243.07º 0.88% 0.61% -
XYZ 6.53 3.01 31.25 -
YUV 35.71 195.32 120.36 -
System Red Green Blue C M Y K H S L
Decimal 25 18 155 0.84 0.88 0 0.39 243.07 0.79 0.34
Hex 19 12 9B 54 58 0 27 F3 4F 22
Octal 31 22 233 124 130 0 47 363 117 42
Binary 11001 10010 10011011 1010100 1011000 0 100111 11110011 1001111 100010

Color Harmonies of #19129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19129B

Black with #19129B

Text Example


Text Example

White with #19129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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