Html Css Color HEX #19059B Ultramarine

📋 copy color: '#19059B'

red 25 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #19059B

Tints of Ultramarine #19059B

RGB

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

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

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

R = 13.51%
G = 2.7%
B = 83.78%

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

#19059B (or 0x19059B) is known color: Ultramarine. HEX triplet: 19, 05 and 9B. RGB value is (25,5,155). Sum of RGB (Red+Green+Blue) = 25+5+155=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #19059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19059B is #E6FA64. Grayscale: #1B1B1B. Windows color (decimal): -15137381 or 10159385. OLE color: 10159385.

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

Color convert

RGB 25 5 155 -
CMYK 0.84 0.97 0 0.39
HSL 248º 0.94% 0.31% -
HSV(B) 248º 0.97% 0.61% -
XYZ 6.37 2.68 31.19 -
YUV 28.08 199.63 125.8 -
System Red Green Blue C M Y K H S L
Decimal 25 5 155 0.84 0.97 0 0.39 248 0.94 0.31
Hex 19 5 9B 54 61 0 27 F8 5E 1F
Octal 31 5 233 124 141 0 47 370 136 37
Binary 11001 101 10011011 1010100 1100001 0 100111 11111000 1011110 11111

Color Harmonies of #19059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19059B

Black with #19059B

Text Example


Text Example

White with #19059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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