#0E1692

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

Shades of Ultramarine #0E1692

Tints of Ultramarine #0E1692

Color information

#0E1692 (or 0x0E1692) is unknown color: approx Ultramarine. HEX triplet: 0E, 16 and 92. RGB value is (14,22,146). Sum of RGB (Red+Green+Blue) = 14+22+146=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E1692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1692 is #F1E96D. Grayscale: #212121. Windows color (decimal): -15853934 or 9573902. OLE color: 9573902.

HSL color Cylindrical-coordinate representation of color #0E1692: hue angle of 236.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1692 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1422146-
CMYK0.900.8500.43
HSL236.36º82.5%31.37%-
HSV(B)236.36º90.41%57.25%-
XYZ5.662.7427.43-
YUV33.74191.35113.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.69%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 146 (57.42% from 255) = 80.22%
R=7.69%
G=12.09%
B=80.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14221460.900.8500.43236.3682.531.37
HexE16925A5502Bec521f
Octal162622213212505335412237
Binary1110101101001001010110101010101010101111101100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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