#0E3483

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

Shades of Dark Cerulean #0E3483

Tints of Dark Cerulean #0E3483

Color information

#0E3483 (or 0x0E3483) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 34 and 83. RGB value is (14,52,131). Sum of RGB (Red+Green+Blue) = 14+52+131=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #0E3483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3483 is #F1CB7C. Grayscale: #313131. Windows color (decimal): -15846269 or 8598542. OLE color: 8598542.

HSL color Cylindrical-coordinate representation of color #0E3483: hue angle of 220.51º 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 #0E3483 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1452131-
CMYK0.890.6000.49
HSL220.51º80.69%28.43%-
HSV(B)220.51º89.31%51.37%-
XYZ5.514.1921.99-
YUV49.64173.91102.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 131 (51.56% from 255) = 66.50%
R=7.11%
G=26.40%
B=66.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14521310.890.6000.49220.5180.6928.43
HexE3483593C031dd511c
Octal16642031317406133512134
Binary1110110100100000111011001111100011000111011101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,52,131); }

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

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

 a { background-color: rgb(14,52,131); }

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

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

 span { border-color: rgb(14,52,131); }

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