#0E405F

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

Shades of Regal Blue #0E405F

Tints of Regal Blue #0E405F

Color information

#0E405F (or 0x0E405F) is unknown color: approx Regal Blue. HEX triplet: 0E, 40 and 5F. RGB value is (14,64,95). Sum of RGB (Red+Green+Blue) = 14+64+95=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E405F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E405F is #F1BFA0. Grayscale: #343434. Windows color (decimal): -15843233 or 6242318. OLE color: 6242318.

HSL color Cylindrical-coordinate representation of color #0E405F: hue angle of 202.96º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E405F is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB146495-
CMYK0.850.3300.63
HSL202.96º74.31%21.37%-
HSV(B)202.96º85.26%37.25%-
XYZ4.084.5911.5-
YUV52.58151.94100.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.09%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 95 (37.5% from 255) = 54.91%
R=8.09%
G=36.99%
B=54.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1464950.850.3300.63202.9674.3121.37
HexE405F552103Fcb4a15
Octal161001371254107731311225
Binary1110100000010111111010101100001011111111001011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,64,95); }

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

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

 a { background-color: rgb(14,64,95); }

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

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

 span { border-color: rgb(14,64,95); }

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