#0E6477

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

Shades of Blue Lagoon #0E6477

Tints of Blue Lagoon #0E6477

Color information

#0E6477 (or 0x0E6477) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 64 and 77. RGB value is (14,100,119). Sum of RGB (Red+Green+Blue) = 14+100+119=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E6477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6477 is #F19B88. Grayscale: #4C4C4C. Windows color (decimal): -15833993 or 7824398. OLE color: 7824398.

HSL color Cylindrical-coordinate representation of color #0E6477: hue angle of 190.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6477 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB14100119-
CMYK0.880.1600.53
HSL190.86º78.95%26.08%-
HSV(B)190.86º88.24%46.67%-
XYZ8.0710.5419.06-
YUV76.45152.0183.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.01%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=6.01%
G=42.92%
B=51.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal141001190.880.1600.53190.8678.9526.08
HexE64775810035bf4f1a
Octal161441671302006527711732
Binary111011001001110111101100010000011010110111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,100,119); }

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

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

 a { background-color: rgb(14,100,119); }

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

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

 span { border-color: rgb(14,100,119); }

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