#0E3456

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

Shades of Regal Blue #0E3456

Tints of Regal Blue #0E3456

Color information

#0E3456 (or 0x0E3456) is unknown color: approx Regal Blue. HEX triplet: 0E, 34 and 56. RGB value is (14,52,86). Sum of RGB (Red+Green+Blue) = 14+52+86=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E3456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3456 is #F1CBA9. Grayscale: #2C2C2C. Windows color (decimal): -15846314 or 5649422. OLE color: 5649422.

HSL color Cylindrical-coordinate representation of color #0E3456: hue angle of 208.33º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3456 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB145286-
CMYK0.840.4000.66
HSL208.33º72%19.61%-
HSV(B)208.33º83.72%33.73%-
XYZ3.093.229.26-
YUV44.51151.41106.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=9.21%
G=34.21%
B=56.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1452860.840.4000.66208.337219.61
HexE34565428042d04814
Octal166412612450010232011024
Binary1110110100101011010101001010000100001011010000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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