#015269

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

Shades of Blue Lagoon #015269

Tints of Blue Lagoon #015269

Color information

#015269 (or 0x015269) is unknown color: approx Blue Lagoon. HEX triplet: 01, 52 and 69. RGB value is (1,82,105). Sum of RGB (Red+Green+Blue) = 1+82+105=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #015269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015269 is #FEAD96. Grayscale: #3C3C3C. Windows color (decimal): -16690583 or 6902273. OLE color: 6902273.

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

Color convert

RGB182105-
CMYK0.990.2200.59
HSL193.27º98.11%20.78%-
HSV(B)193.27º99.05%41.18%-
XYZ5.587.0614.43-
YUV60.4153.1685.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=0.53%
G=43.62%
B=55.85%

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
Decimal1821050.990.2200.59193.2798.1120.78
Hex15269631603Bc16215
Octal11221511432607330114225
Binary110100101101001110001110110011101111000001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015269; }

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

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

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

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

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

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

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

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