#0E6275

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

Shades of Blue Lagoon #0E6275

Tints of Blue Lagoon #0E6275

Color information

#0E6275 (or 0x0E6275) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 62 and 75. RGB value is (14,98,117). Sum of RGB (Red+Green+Blue) = 14+98+117=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E6275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6275 is #F19D8A. Grayscale: #4A4A4A. Windows color (decimal): -15834507 or 7692814. OLE color: 7692814.

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

Color convert

RGB1498117-
CMYK0.880.1600.54
HSL191.07º78.63%25.69%-
HSV(B)191.07º88.03%45.88%-
XYZ7.7610.1118.37-
YUV75.05151.6784.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.11%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=6.11%
G=42.79%
B=51.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14981170.880.1600.54191.0778.6325.69
HexE62755810036bf4f1a
Octal161421651302006627711732
Binary111011000101110101101100010000011011010111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,98,117); }

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

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

 a { background-color: rgb(14,98,117); }

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

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

 span { border-color: rgb(14,98,117); }

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