#191E9E

Color #191E9E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #191E9E

Tints of Ultramarine #191E9E

Color information

#191E9E (or 0x191E9E) is unknown color: approx Ultramarine. HEX triplet: 19, 1E and 9E. RGB value is (25,30,158). Sum of RGB (Red+Green+Blue) = 25+30+158=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #191E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E9E is #E6E161. Grayscale: #2A2A2A. Windows color (decimal): -15130978 or 10362393. OLE color: 10362393.

HSL color Cylindrical-coordinate representation of color #191E9E: hue angle of 237.74º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191E9E is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2530158-
CMYK0.840.8100.38
HSL237.74º72.68%35.88%-
HSV(B)237.74º84.18%61.96%-
XYZ7.043.632.67-
YUV43.1192.84115.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 158 (62.11% from 255) = 74.18%
R=11.74%
G=14.08%
B=74.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25301580.840.8100.38237.7472.6835.88
Hex191E9E5451026ee4924
Octal313623612412104635611144
Binary110011111010011110101010010100010100110111011101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191E9E; }

 p { color: rgb(25,30,158); }

 H1.HeaderClassName
 {
   color: #191E9E;
 }
 .AnyTagClassName
 {
   color: #191E9E;
 }
</style>
background-color css

<style>
 a { background-color: #191E9E; }

 a { background-color: rgb(25,30,158); }

 div.DivClassName
 {
   background-color: #191E9E;
 }
 .BgClassName
 {
   background-color: #191E9E;
 }
</style>
border-color css

<style>
 span { border-color: #191E9E; }

 span { border-color: rgb(25,30,158); }

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