#0E3656

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

Shades of Regal Blue #0E3656

Tints of Regal Blue #0E3656

Color information

#0E3656 (or 0x0E3656) is unknown color: approx Regal Blue. HEX triplet: 0E, 36 and 56. RGB value is (14,54,86). Sum of RGB (Red+Green+Blue) = 14+54+86=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E3656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3656 is #F1C9A9. Grayscale: #2D2D2D. Windows color (decimal): -15845802 or 5649934. OLE color: 5649934.

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

Color convert

RGB145486-
CMYK0.840.3700.66
HSL206.67º72%19.61%-
HSV(B)206.67º83.72%33.73%-
XYZ3.183.49.29-
YUV45.69150.75105.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.09%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=9.09%
G=35.06%
B=55.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1454860.840.3700.66206.677219.61
HexE36565425042cf4814
Octal166612612445010231711024
Binary1110110110101011010101001001010100001011001111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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