#190E8C

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

Shades of Ultramarine #190E8C

Tints of Ultramarine #190E8C

Color information

#190E8C (or 0x190E8C) is unknown color: approx Ultramarine. HEX triplet: 19, 0E and 8C. RGB value is (25,14,140). Sum of RGB (Red+Green+Blue) = 25+14+140=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #190E8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190E8C is #E6F173. Grayscale: #1F1F1F. Windows color (decimal): -15135092 or 9178649. OLE color: 9178649.

HSL color Cylindrical-coordinate representation of color #190E8C: hue angle of 245.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190E8C is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2514140-
CMYK0.820.9000.45
HSL245.24º81.82%30.2%-
HSV(B)245.24º90%54.9%-
XYZ5.292.4125-
YUV31.65189.14123.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 140 (55.08% from 255) = 78.21%
R=13.97%
G=7.82%
B=78.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25141400.820.9000.45245.2481.8230.2
Hex19E8C525A02Df5521e
Octal311621412213205536512236
Binary1100111101000110010100101011010010110111110101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190E8C; }

 p { color: rgb(25,14,140); }

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

<style>
 a { background-color: #190E8C; }

 a { background-color: rgb(25,14,140); }

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

<style>
 span { border-color: #190E8C; }

 span { border-color: rgb(25,14,140); }

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