#015263

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

Shades of Blue Lagoon #015263

Tints of Blue Lagoon #015263

Color information

#015263 (or 0x015263) is unknown color: approx Blue Lagoon. HEX triplet: 01, 52 and 63. RGB value is (1,82,99). Sum of RGB (Red+Green+Blue) = 1+82+99=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #015263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015263 is #FEAD9C. Grayscale: #3B3B3B. Windows color (decimal): -16690589 or 6509057. OLE color: 6509057.

HSL color Cylindrical-coordinate representation of color #015263: hue angle of 190.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015263 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB18299-
CMYK0.990.1700.61
HSL190.41º98%19.61%-
HSV(B)190.41º98.99%38.82%-
XYZ5.286.9412.87-
YUV59.72150.1686.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 99 (39.06% from 255) = 54.40%
R=0.55%
G=45.05%
B=54.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal182990.990.1700.61190.419819.61
Hex15263631103Dbe6214
Octal11221431432107527614224
Binary110100101100011110001110001011110110111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015263; }

 p { color: rgb(1,82,99); }

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

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

 a { background-color: rgb(1,82,99); }

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

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

 span { border-color: rgb(1,82,99); }

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