Html Css Color HEX #025166 Blue Lagoon

📋 copy color: '#025166'

red 2 ◦ green 81 ◦ blue 102

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

Shades of Blue Lagoon #025166

Tints of Blue Lagoon #025166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

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

R = 1.08%
G = 43.78%
B = 55.14%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#025166 (or 0x025166) is known color: Blue Lagoon. HEX triplet: 02, 51 and 66. RGB value is (2,81,102). Sum of RGB (Red+Green+Blue) = 2+81+102=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #025166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025166 is #FDAE99. Grayscale: #3B3B3B. Windows color (decimal): -16625306 or 6705410. OLE color: 6705410.

HSL color Cylindrical-coordinate representation of color #025166: hue angle of 192.6º 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 #025166 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 81 102 -
CMYK 0.98 0.21 0 0.6
HSL 192.6º 0.96% 0.2% -
HSV(B) 192.6º 0.98% 0.4% -
XYZ 5.37 6.86 13.61 -
YUV 59.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 2 81 102 0.98 0.21 0 0.6 192.6 0.96 0.2
Hex 2 51 66 62 15 0 3C C1 60 14
Octal 2 121 146 142 25 0 74 301 140 24
Binary 10 1010001 1100110 1100010 10101 0 111100 11000001 1100000 10100

Color Harmonies of #025166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025166

Black with #025166

Text Example


Text Example

White with #025166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025166; }

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

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

background-color css

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

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

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

border-color css

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

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

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