#0E6378

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

Shades of Blue Lagoon #0E6378

Tints of Blue Lagoon #0E6378

Color information

#0E6378 (or 0x0E6378) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 63 and 78. RGB value is (14,99,120). Sum of RGB (Red+Green+Blue) = 14+99+120=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E6378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6378 is #F19C87. Grayscale: #4B4B4B. Windows color (decimal): -15834248 or 7889678. OLE color: 7889678.

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

Color convert

RGB1499120-
CMYK0.880.1700.53
HSL191.89º79.1%26.27%-
HSV(B)191.89º88.33%47.06%-
XYZ8.0310.3719.35-
YUV75.98152.8483.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.01%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=6.01%
G=42.49%
B=51.50%

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
Decimal14991200.880.1700.53191.8979.126.27
HexE63785811035c04f1a
Octal161431701302106530011732
Binary111011000111111000101100010001011010111000000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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