#190E8B

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

Shades of Ultramarine #190E8B

Tints of Ultramarine #190E8B

Color information

#190E8B (or 0x190E8B) is unknown color: approx Ultramarine. HEX triplet: 19, 0E and 8B. RGB value is (25,14,139). Sum of RGB (Red+Green+Blue) = 25+14+139=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #190E8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190E8B is #E6F174. Grayscale: #1F1F1F. Windows color (decimal): -15135093 or 9113113. OLE color: 9113113.

HSL color Cylindrical-coordinate representation of color #190E8B: hue angle of 245.28º 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 #190E8B is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2514139-
CMYK0.820.9000.45
HSL245.28º81.7%30%-
HSV(B)245.28º89.93%54.51%-
XYZ5.222.3824.61-
YUV31.54188.64123.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 14 (5.86% from 255) = 7.87%
BLUE value IS 139 (54.69% from 255) = 78.09%
R=14.04%
G=7.87%
B=78.09%

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
Decimal25141390.820.9000.45245.2881.730
Hex19E8B525A02Df5521e
Octal311621312213205536512236
Binary1100111101000101110100101011010010110111110101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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