#015C70

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

Shades of Blue Lagoon #015C70

Tints of Blue Lagoon #015C70

Color information

#015C70 (or 0x015C70) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5C and 70. RGB value is (1,92,112). Sum of RGB (Red+Green+Blue) = 1+92+112=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #015C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C70 is #FEA38F. Grayscale: #424242. Windows color (decimal): -16688016 or 7363585. OLE color: 7363585.

HSL color Cylindrical-coordinate representation of color #015C70: hue angle of 190.81º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C70 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB192112-
CMYK0.990.1800.56
HSL190.81º98.23%22.16%-
HSV(B)190.81º99.11%43.92%-
XYZ6.768.8316.68-
YUV67.07153.3580.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=0.49%
G=44.88%
B=54.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1921120.990.1800.56190.8198.2322.16
Hex15C706312038bf6216
Octal11341601432207027714226
Binary110111001110000110001110010011100010111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015C70; }

 p { color: rgb(1,92,112); }

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

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

 a { background-color: rgb(1,92,112); }

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

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

 span { border-color: rgb(1,92,112); }

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