#0E6478

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

Shades of Blue Lagoon #0E6478

Tints of Blue Lagoon #0E6478

Color information

#0E6478 (or 0x0E6478) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 64 and 78. RGB value is (14,100,120). Sum of RGB (Red+Green+Blue) = 14+100+120=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E6478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6478 is #F19B87. Grayscale: #4C4C4C. Windows color (decimal): -15833992 or 7889934. OLE color: 7889934.

HSL color Cylindrical-coordinate representation of color #0E6478: hue angle of 191.32º 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 #0E6478 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB14100120-
CMYK0.880.1700.53
HSL191.32º79.1%26.27%-
HSV(B)191.32º88.33%47.06%-
XYZ8.1310.5619.38-
YUV76.57152.5183.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.98%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=5.98%
G=42.74%
B=51.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal141001200.880.1700.53191.3279.126.27
HexE64785811035bf4f1a
Octal161441701302106527711732
Binary111011001001111000101100010001011010110111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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