#005275

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

Shades of Blue Lagoon #005275

Tints of Blue Lagoon #005275

Color information

#005275 (or 0x005275) is unknown color: approx Blue Lagoon. HEX triplet: 00, 52 and 75. RGB value is (0,82,117). Sum of RGB (Red+Green+Blue) = 0+82+117=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #005275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005275 is #FFAD8A. Grayscale: #3D3D3D. Windows color (decimal): -16756107 or 7688704. OLE color: 7688704.

HSL color Cylindrical-coordinate representation of color #005275: hue angle of 197.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005275 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB082117-
CMYK10.3000.54
HSL197.95º100%22.94%-
HSV(B)197.95º100%45.88%-
XYZ6.237.3217.91-
YUV61.47159.3384.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=0%
G=41.21%
B=58.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal08211710.3000.54197.9510022.94
Hex05275641E036c66417
Octal01221651443606630614427
Binary010100101110101110010011110011011011000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005275; }

 p { color: rgb(0,82,117); }

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

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

 a { background-color: rgb(0,82,117); }

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

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

 span { border-color: rgb(0,82,117); }

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