#0E3B51

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

Shades of Regal Blue #0E3B51

Tints of Regal Blue #0E3B51

Color information

#0E3B51 (or 0x0E3B51) is unknown color: approx Regal Blue. HEX triplet: 0E, 3B and 51. RGB value is (14,59,81). Sum of RGB (Red+Green+Blue) = 14+59+81=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E3B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3B51 is #F1C4AE. Grayscale: #2F2F2F. Windows color (decimal): -15844527 or 5323534. OLE color: 5323534.

HSL color Cylindrical-coordinate representation of color #0E3B51: hue angle of 199.7º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E3B51 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB145981-
CMYK0.830.2700.68
HSL199.7º70.53%18.63%-
HSV(B)199.7º82.72%31.76%-
XYZ3.233.828.35-
YUV48.05146.59103.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.09%
GREEN value IS 59 (23.44% from 255) = 38.31%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=9.09%
G=38.31%
B=52.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1459810.830.2700.68199.770.5318.63
HexE3B51531B044c84713
Octal167312112333010431010723
Binary111011101110100011010011110110100010011001000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,59,81); }

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

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

 a { background-color: rgb(14,59,81); }

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

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

 span { border-color: rgb(14,59,81); }

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