#015C67

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

Shades of Blue Lagoon #015C67

Tints of Blue Lagoon #015C67

Color information

#015C67 (or 0x015C67) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5C and 67. RGB value is (1,92,103). Sum of RGB (Red+Green+Blue) = 1+92+103=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #015C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C67 is #FEA398. Grayscale: #414141. Windows color (decimal): -16688025 or 6773761. OLE color: 6773761.

HSL color Cylindrical-coordinate representation of color #015C67: hue angle of 186.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C67 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB192103-
CMYK0.990.1100.60
HSL186.47º98.08%20.39%-
HSV(B)186.47º99.03%40.39%-
XYZ6.298.6414.17-
YUV66.04148.8581.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 92 (36.33% from 255) = 46.94%
BLUE value IS 103 (40.62% from 255) = 52.55%
R=0.51%
G=46.94%
B=52.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1921030.990.1100.60186.4798.0820.39
Hex15C6763B03Cba6214
Octal11341471431307427214224
Binary11011100110011111000111011011110010111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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