#02536B

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

Shades of Blue Lagoon #02536B

Tints of Blue Lagoon #02536B

Color information

#02536B (or 0x02536B) is unknown color: approx Blue Lagoon. HEX triplet: 02, 53 and 6B. RGB value is (2,83,107). Sum of RGB (Red+Green+Blue) = 2+83+107=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #02536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02536B is #FDAC94. Grayscale: #3D3D3D. Windows color (decimal): -16624789 or 7033602. OLE color: 7033602.

HSL color Cylindrical-coordinate representation of color #02536B: hue angle of 193.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02536B is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB283107-
CMYK0.980.2200.58
HSL193.71º96.33%21.37%-
HSV(B)193.71º98.13%41.96%-
XYZ5.777.2615.01-
YUV61.52153.6685.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=1.04%
G=43.23%
B=55.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2831070.980.2200.58193.7196.3321.37
Hex2536B621603Ac26015
Octal21231531422607230214025
Binary1010100111101011110001010110011101011000010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02536B; }

 p { color: rgb(2,83,107); }

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

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

 a { background-color: rgb(2,83,107); }

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

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

 span { border-color: rgb(2,83,107); }

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