#005268

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

Shades of Blue Lagoon #005268

Tints of Blue Lagoon #005268

Color information

#005268 (or 0x005268) is unknown color: approx Blue Lagoon. HEX triplet: 00, 52 and 68. RGB value is (0,82,104). Sum of RGB (Red+Green+Blue) = 0+82+104=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 82 (32.42% from 255 or 44.09% 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 #005268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005268 is #FFAD97. Grayscale: #3B3B3B. Windows color (decimal): -16756120 or 6836736. OLE color: 6836736.

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

Color convert

RGB082104-
CMYK10.2100.59
HSL192.69º100%20.39%-
HSV(B)192.69º100%40.78%-
XYZ5.527.0314.16-
YUV59.99152.8385.21-

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) = 44.09%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=0%
G=44.09%
B=55.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal08210410.2100.59192.6910020.39
Hex05268641503Bc16414
Octal01221501442507330114424
Binary010100101101000110010010101011101111000001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005268; }

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

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

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

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

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

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

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

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