#015C6C

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

Shades of Blue Lagoon #015C6C

Tints of Blue Lagoon #015C6C

Color information

#015C6C (or 0x015C6C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5C and 6C. RGB value is (1,92,108). Sum of RGB (Red+Green+Blue) = 1+92+108=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #015C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C6C is #FEA393. Grayscale: #424242. Windows color (decimal): -16688020 or 7101441. OLE color: 7101441.

HSL color Cylindrical-coordinate representation of color #015C6C: hue angle of 188.97º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C6C is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB192108-
CMYK0.990.1500.58
HSL188.97º98.17%21.37%-
HSV(B)188.97º99.07%42.35%-
XYZ6.558.7415.53-
YUV66.61151.3581.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 92 (36.33% from 255) = 45.77%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=0.50%
G=45.77%
B=53.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1921080.990.1500.58188.9798.1721.37
Hex15C6C63F03Abd6215
Octal11341541431707227514225
Binary11011100110110011000111111011101010111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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