#015167

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

Shades of Blue Lagoon #015167

Tints of Blue Lagoon #015167

Color information

#015167 (or 0x015167) is unknown color: approx Blue Lagoon. HEX triplet: 01, 51 and 67. RGB value is (1,81,103). Sum of RGB (Red+Green+Blue) = 1+81+103=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #015167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015167 is #FEAE98. Grayscale: #3B3B3B. Windows color (decimal): -16690841 or 6770945. OLE color: 6770945.

HSL color Cylindrical-coordinate representation of color #015167: hue angle of 192.94º 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 #015167 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB181103-
CMYK0.990.2100.60
HSL192.94º98.08%20.39%-
HSV(B)192.94º99.03%40.39%-
XYZ5.46.8713.87-
YUV59.59152.586.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 103 (40.62% from 255) = 55.68%
R=0.54%
G=43.78%
B=55.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1811030.990.2100.60192.9498.0820.39
Hex15167631503Cc16214
Octal11211471432507430114224
Binary110100011100111110001110101011110011000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015167; }

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

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

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

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

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

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

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

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