Html Css Color HEX #025266 Blue Lagoon

📋 copy color: '#025266'

red 2 ◦ green 82 ◦ blue 102

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

Shades of Blue Lagoon #025266

Tints of Blue Lagoon #025266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.09%

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

R = 1.08%
G = 44.09%
B = 54.84%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#025266 (or 0x025266) is known color: Blue Lagoon. HEX triplet: 02, 52 and 66. RGB value is (2,82,102). Sum of RGB (Red+Green+Blue) = 2+82+102=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #025266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025266 is #FDAD99. Grayscale: #3C3C3C. Windows color (decimal): -16625050 or 6705666. OLE color: 6705666.

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

Color convert

RGB 2 82 102 -
CMYK 0.98 0.20 0 0.6
HSL 192º 0.96% 0.2% -
HSV(B) 192º 0.98% 0.4% -
XYZ 5.44 7.01 13.64 -
YUV 60.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 2 82 102 0.98 0.20 0 0.6 192 0.96 0.2
Hex 2 52 66 62 14 0 3C C0 60 14
Octal 2 122 146 142 24 0 74 300 140 24
Binary 10 1010010 1100110 1100010 10100 0 111100 11000000 1100000 10100

Color Harmonies of #025266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025266

Black with #025266

Text Example


Text Example

White with #025266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025266; }

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

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

background-color css

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

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

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

border-color css

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

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

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