Html Css Color HEX #19059C Ultramarine

📋 copy color: '#19059C'

red 25 ◦ green 5 ◦ blue 156

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

Shades of Ultramarine #19059C

Tints of Ultramarine #19059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 156 (61.33% from 255) = 83.87%

R = 13.44%
G = 2.69%
B = 83.87%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19059C (or 0x19059C) is known color: Ultramarine. HEX triplet: 19, 05 and 9C. RGB value is (25,5,156). Sum of RGB (Red+Green+Blue) = 25+5+156=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #19059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19059C is #E6FA63. Grayscale: #1B1B1B. Windows color (decimal): -15137380 or 10224921. OLE color: 10224921.

HSL color Cylindrical-coordinate representation of color #19059C: hue angle of 247.95º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19059C is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 5 156 -
CMYK 0.84 0.97 0 0.39
HSL 247.95º 0.94% 0.32% -
HSV(B) 247.95º 0.97% 0.61% -
XYZ 6.46 2.72 31.64 -
YUV 28.19 200.13 125.72 -
System Red Green Blue C M Y K H S L
Decimal 25 5 156 0.84 0.97 0 0.39 247.95 0.94 0.32
Hex 19 5 9C 54 61 0 27 F8 5E 20
Octal 31 5 234 124 141 0 47 370 136 40
Binary 11001 101 10011100 1010100 1100001 0 100111 11111000 1011110 100000

Color Harmonies of #19059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19059C

Black with #19059C

Text Example


Text Example

White with #19059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19059C; }

 p { color: rgb(25,5,156); }

 H1.HeaderClassName
 {
   color: #19059C;
 }
 .AnyTagClassName
 {
   color: #19059C;
 }
</style>

background-color css

<style>
 a { background-color: #19059C; }

 a { background-color: rgb(25,5,156); }

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

border-color css

<style>
 span { border-color: #19059C; }

 span { border-color: rgb(25,5,156); }

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