Html Css Color HEX #025566 Blue Lagoon

📋 copy color: '#025566'

red 2 ◦ green 85 ◦ blue 102

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

Shades of Blue Lagoon #025566

Tints of Blue Lagoon #025566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 102 (40.23% from 255) = 53.97%

R = 1.06%
G = 44.97%
B = 53.97%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#025566 (or 0x025566) is known color: Blue Lagoon. HEX triplet: 02, 55 and 66. RGB value is (2,85,102). Sum of RGB (Red+Green+Blue) = 2+85+102=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #025566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025566 is #FDAA99. Grayscale: #3D3D3D. Windows color (decimal): -16624282 or 6706434. OLE color: 6706434.

HSL color Cylindrical-coordinate representation of color #025566: hue angle of 190.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025566 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 85 102 -
CMYK 0.98 0.17 0 0.6
HSL 190.2º 0.96% 0.2% -
HSV(B) 190.2º 0.98% 0.4% -
XYZ 5.67 7.47 13.71 -
YUV 62.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 2 85 102 0.98 0.17 0 0.6 190.2 0.96 0.2
Hex 2 55 66 62 11 0 3C BE 60 14
Octal 2 125 146 142 21 0 74 276 140 24
Binary 10 1010101 1100110 1100010 10001 0 111100 10111110 1100000 10100

Color Harmonies of #025566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025566

Black with #025566

Text Example


Text Example

White with #025566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025566; }

 p { color: rgb(2,85,102); }

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

background-color css

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

 a { background-color: rgb(2,85,102); }

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

border-color css

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

 span { border-color: rgb(2,85,102); }

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