#0E16A4

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

Shades of Ultramarine #0E16A4

Tints of Ultramarine #0E16A4

Color information

#0E16A4 (or 0x0E16A4) is unknown color: approx Ultramarine. HEX triplet: 0E, 16 and A4. RGB value is (14,22,164). Sum of RGB (Red+Green+Blue) = 14+22+164=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 164 (64.45% from 255 or 82% from 200); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E16A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E16A4 is #F1E95B. Grayscale: #232323. Windows color (decimal): -15853916 or 10753550. OLE color: 10753550.

HSL color Cylindrical-coordinate representation of color #0E16A4: hue angle of 236.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E16A4 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1422164-
CMYK0.910.8700.36
HSL236.8º84.27%34.9%-
HSV(B)236.8º91.46%64.31%-
XYZ7.173.3535.39-
YUV35.8200.35112.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 164 (64.45% from 255) = 82%
R=7%
G=11%
B=82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14221640.910.8700.36236.884.2734.9
HexE16A45B57024ed5423
Octal162624413312704435512443
Binary11101011010100100101101110101110100100111011011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E16A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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