#0E0792

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

Shades of Ultramarine #0E0792

Tints of Ultramarine #0E0792

Color information

#0E0792 (or 0x0E0792) is unknown color: approx Ultramarine. HEX triplet: 0E, 07 and 92. RGB value is (14,7,146). Sum of RGB (Red+Green+Blue) = 14+7+146=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E0792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0792 is #F1F86D. Grayscale: #181818. Windows color (decimal): -15857774 or 9570062. OLE color: 9570062.

HSL color Cylindrical-coordinate representation of color #0E0792: hue angle of 243.02º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0792 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB147146-
CMYK0.900.9500.43
HSL243.02º90.85%30%-
HSV(B)243.02º95.21%57.25%-
XYZ5.452.3227.36-
YUV24.94196.32120.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.38%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 146 (57.42% from 255) = 87.43%
R=8.38%
G=4.19%
B=87.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1471460.900.9500.43243.0290.8530
HexE7925A5F02Bf35b1e
Octal16722213213705336313336
Binary11101111001001010110101011111010101111110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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