#0E088B

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

Shades of Ultramarine #0E088B

Tints of Ultramarine #0E088B

Color information

#0E088B (or 0x0E088B) is unknown color: approx Ultramarine. HEX triplet: 0E, 08 and 8B. RGB value is (14,8,139). Sum of RGB (Red+Green+Blue) = 14+8+139=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E088B is #F1F774. Grayscale: #181818. Windows color (decimal): -15857525 or 9111566. OLE color: 9111566.

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

Color convert

RGB148139-
CMYK0.900.9400.45
HSL242.75º89.12%28.82%-
HSV(B)242.75º94.24%54.51%-
XYZ4.932.1324.58-
YUV24.73192.49120.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.70%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 139 (54.69% from 255) = 86.34%
R=8.70%
G=4.97%
B=86.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1481390.900.9400.45242.7589.1228.82
HexE88B5A5E02Df3591d
Octal161021313213605536313135
Binary111010001000101110110101011110010110111110011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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