#0E169B

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

Shades of Ultramarine #0E169B

Tints of Ultramarine #0E169B

Color information

#0E169B (or 0x0E169B) is unknown color: approx Ultramarine. HEX triplet: 0E, 16 and 9B. RGB value is (14,22,155). Sum of RGB (Red+Green+Blue) = 14+22+155=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E169B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E169B is #F1E964. Grayscale: #222222. Windows color (decimal): -15853925 or 10163726. OLE color: 10163726.

HSL color Cylindrical-coordinate representation of color #0E169B: hue angle of 236.6º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E169B is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1422155-
CMYK0.910.8600.39
HSL236.6º83.43%33.14%-
HSV(B)236.6º90.97%60.78%-
XYZ6.383.0331.26-
YUV34.77195.85113.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.33%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 155 (60.94% from 255) = 81.15%
R=7.33%
G=11.52%
B=81.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14221550.910.8600.39236.683.4333.14
HexE169B5B56027ed5321
Octal162623313312604735512341
Binary11101011010011011101101110101100100111111011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,22,155); }

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

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

 a { background-color: rgb(14,22,155); }

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

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

 span { border-color: rgb(14,22,155); }

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