Html Css Color HEX #02536A Blue Lagoon

📋 copy color: '#02536A'

red 2 ◦ green 83 ◦ blue 106

#02536A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #02536A

Tints of Blue Lagoon #02536A

RGB

 RED value IS 2 (1.17% from 255) = 1.05%

 GREEN value IS 83 (32.81% from 255) = 43.46%

 BLUE value IS 106 (41.8% from 255) = 55.5%

R = 1.05%
G = 43.46%
B = 55.5%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02536A (or 0x02536A) is known color: Blue Lagoon. HEX triplet: 02, 53 and 6A. RGB value is (2,83,106). Sum of RGB (Red+Green+Blue) = 2+83+106=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #02536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02536A is #FDAC95. Grayscale: #3D3D3D. Windows color (decimal): -16624790 or 6968066. OLE color: 6968066.

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

Color convert

RGB 2 83 106 -
CMYK 0.98 0.22 0 0.58
HSL 193.27º 0.96% 0.21% -
HSV(B) 193.27º 0.98% 0.42% -
XYZ 5.72 7.24 14.73 -
YUV 61.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 2 83 106 0.98 0.22 0 0.58 193.27 0.96 0.21
Hex 2 53 6A 62 16 0 3A C1 60 15
Octal 2 123 152 142 26 0 72 301 140 25
Binary 10 1010011 1101010 1100010 10110 0 111010 11000001 1100000 10101

Color Harmonies of #02536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02536A

Black with #02536A

Text Example


Text Example

White with #02536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02536A;
 }
 .AnyTagClassName
 {
   color: #02536A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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