#0E008B

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

Shades of Ultramarine #0E008B

Tints of Ultramarine #0E008B

Color information

#0E008B (or 0x0E008B) is unknown color: approx Ultramarine. HEX triplet: 0E, 00 and 8B. RGB value is (14,0,139). Sum of RGB (Red+Green+Blue) = 14+0+139=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 139 (54.69% from 255 or 90.85% from 153); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E008B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E008B is #F1FF74. Grayscale: #131313. Windows color (decimal): -15859573 or 9109518. OLE color: 9109518.

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

Color convert

RGB140139-
CMYK0.90100.45
HSL246.04º100%27.25%-
HSV(B)246.04º100%54.51%-
XYZ4.841.9624.55-
YUV20.03195.14123.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 90.85%
R=9.15%
G=0%
B=90.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401390.90100.45246.0410027.25
HexE08B5A6402Df6641b
Octal16021313214405536614433
Binary111001000101110110101100100010110111110110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E008B; }

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

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

<style>
 a { background-color: #0E008B; }

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

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

<style>
 span { border-color: #0E008B; }

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

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