#005270

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

Shades of Blue Lagoon #005270

Tints of Blue Lagoon #005270

Color information

#005270 (or 0x005270) is unknown color: approx Blue Lagoon. HEX triplet: 00, 52 and 70. RGB value is (0,82,112). Sum of RGB (Red+Green+Blue) = 0+82+112=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #005270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005270 is #FFAD8F. Grayscale: #3C3C3C. Windows color (decimal): -16756112 or 7361024. OLE color: 7361024.

HSL color Cylindrical-coordinate representation of color #005270: hue angle of 196.07º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005270 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB082112-
CMYK10.2700.56
HSL196.07º100%21.96%-
HSV(B)196.07º100%43.92%-
XYZ5.947.216.41-
YUV60.9156.8384.56-

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) = 42.27%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=0%
G=42.27%
B=57.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal08211210.2700.56196.0710021.96
Hex05270641B038c46416
Octal01221601443307030414426
Binary010100101110000110010011011011100011000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005270; }

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

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

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

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

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

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

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

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