#0E3759

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

Shades of Regal Blue #0E3759

Tints of Regal Blue #0E3759

Color information

#0E3759 (or 0x0E3759) is unknown color: approx Regal Blue. HEX triplet: 0E, 37 and 59. RGB value is (14,55,89). Sum of RGB (Red+Green+Blue) = 14+55+89=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E3759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3759 is #F1C8A6. Grayscale: #2E2E2E. Windows color (decimal): -15845543 or 5846798. OLE color: 5846798.

HSL color Cylindrical-coordinate representation of color #0E3759: hue angle of 207.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3759 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB145589-
CMYK0.840.3800.65
HSL207.2º72.82%20.2%-
HSV(B)207.2º84.27%34.9%-
XYZ3.353.559.96-
YUV46.62151.92104.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.86%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=8.86%
G=34.81%
B=56.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1455890.840.3800.65207.272.8220.2
HexE37595426041cf4914
Octal166713112446010131711124
Binary1110110111101100110101001001100100000111001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,55,89); }

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

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

 a { background-color: rgb(14,55,89); }

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

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

 span { border-color: rgb(14,55,89); }

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