#015168

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

Shades of Blue Lagoon #015168

Tints of Blue Lagoon #015168

Color information

#015168 (or 0x015168) is unknown color: approx Blue Lagoon. HEX triplet: 01, 51 and 68. RGB value is (1,81,104). Sum of RGB (Red+Green+Blue) = 1+81+104=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #015168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015168 is #FEAE97. Grayscale: #3B3B3B. Windows color (decimal): -16690840 or 6836481. OLE color: 6836481.

HSL color Cylindrical-coordinate representation of color #015168: hue angle of 193.4º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015168 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB181104-
CMYK0.990.2200.59
HSL193.4º98.1%20.59%-
HSV(B)193.4º99.04%40.78%-
XYZ5.456.8914.14-
YUV59.715386.13-

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.55%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=0.54%
G=43.55%
B=55.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1811040.990.2200.59193.498.120.59
Hex15168631603Bc16215
Octal11211501432607330114225
Binary110100011101000110001110110011101111000001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015168; }

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

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

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

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

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

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

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

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