#015062

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

Shades of Blue Lagoon #015062

Tints of Blue Lagoon #015062

Color information

#015062 (or 0x015062) is unknown color: approx Blue Lagoon. HEX triplet: 01, 50 and 62. RGB value is (1,80,98). Sum of RGB (Red+Green+Blue) = 1+80+98=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #015062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015062 is #FEAF9D. Grayscale: #3A3A3A. Windows color (decimal): -16691102 or 6443009. OLE color: 6443009.

HSL color Cylindrical-coordinate representation of color #015062: hue angle of 191.13º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015062 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB18098-
CMYK0.990.1800.62
HSL191.13º97.98%19.41%-
HSV(B)191.13º98.98%38.43%-
XYZ5.096.6312.57-
YUV58.43150.3387.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=0.56%
G=44.69%
B=54.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal180980.990.1800.62191.1397.9819.41
Hex15062631203Ebf6213
Octal11201421432207627714223
Binary110100001100010110001110010011111010111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015062; }

 p { color: rgb(1,80,98); }

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

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

 a { background-color: rgb(1,80,98); }

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

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

 span { border-color: rgb(1,80,98); }

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