#0E1792

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

Shades of Ultramarine #0E1792

Tints of Ultramarine #0E1792

Color information

#0E1792 (or 0x0E1792) is unknown color: approx Ultramarine. HEX triplet: 0E, 17 and 92. RGB value is (14,23,146). Sum of RGB (Red+Green+Blue) = 14+23+146=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E1792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1792 is #F1E86D. Grayscale: #212121. Windows color (decimal): -15853678 or 9574158. OLE color: 9574158.

HSL color Cylindrical-coordinate representation of color #0E1792: hue angle of 235.91º 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 #0E1792 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1423146-
CMYK0.900.8400.43
HSL235.91º82.5%31.37%-
HSV(B)235.91º90.41%57.25%-
XYZ5.682.7827.43-
YUV34.33191.02113.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.65%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 146 (57.42% from 255) = 79.78%
R=7.65%
G=12.57%
B=79.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14231460.900.8400.43235.9182.531.37
HexE17925A5402Bec521f
Octal162722213212405335412237
Binary1110101111001001010110101010100010101111101100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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