#0E1782

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

Shades of Ultramarine #0E1782

Tints of Ultramarine #0E1782

Color information

#0E1782 (or 0x0E1782) is unknown color: approx Ultramarine. HEX triplet: 0E, 17 and 82. RGB value is (14,23,130). Sum of RGB (Red+Green+Blue) = 14+23+130=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E1782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1782 is #F1E87D. Grayscale: #202020. Windows color (decimal): -15853694 or 8525582. OLE color: 8525582.

HSL color Cylindrical-coordinate representation of color #0E1782: hue angle of 235.34º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1782 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1423130-
CMYK0.890.8200.49
HSL235.34º80.56%28.24%-
HSV(B)235.34º89.23%50.98%-
XYZ4.522.3221.33-
YUV32.51183.02114.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.38%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 130 (51.17% from 255) = 77.84%
R=8.38%
G=13.77%
B=77.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14231300.890.8200.49235.3480.5628.24
HexE17825952031eb511c
Octal162720213112206135312134
Binary1110101111000001010110011010010011000111101011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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