#0E5873

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

Shades of Blue Lagoon #0E5873

Tints of Blue Lagoon #0E5873

Color information

#0E5873 (or 0x0E5873) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 58 and 73. RGB value is (14,88,115). Sum of RGB (Red+Green+Blue) = 14+88+115=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E5873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5873 is #F1A78C. Grayscale: #444444. Windows color (decimal): -15837069 or 7559182. OLE color: 7559182.

HSL color Cylindrical-coordinate representation of color #0E5873: hue angle of 196.04º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E5873 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1488115-
CMYK0.880.2300.55
HSL196.04º78.29%25.29%-
HSV(B)196.04º87.83%45.1%-
XYZ6.778.3117.47-
YUV68.95153.9888.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.45%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=6.45%
G=40.55%
B=53.00%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14881150.880.2300.55196.0478.2925.29
HexE58735817037c44e19
Octal161301631302706730411631
Binary111010110001110011101100010111011011111000100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,88,115); }

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

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

 a { background-color: rgb(14,88,115); }

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

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

 span { border-color: rgb(14,88,115); }

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