Html Css Color HEX #025066 Blue Lagoon

📋 copy color: '#025066'

red 2 ◦ green 80 ◦ blue 102

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

Shades of Blue Lagoon #025066

Tints of Blue Lagoon #025066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.48%

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

R = 1.09%
G = 43.48%
B = 55.43%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#025066 (or 0x025066) is known color: Blue Lagoon. HEX triplet: 02, 50 and 66. RGB value is (2,80,102). Sum of RGB (Red+Green+Blue) = 2+80+102=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #025066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025066 is #FDAF99. Grayscale: #3B3B3B. Windows color (decimal): -16625562 or 6705154. OLE color: 6705154.

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

Color convert

RGB 2 80 102 -
CMYK 0.98 0.22 0 0.6
HSL 193.2º 0.96% 0.2% -
HSV(B) 193.2º 0.98% 0.4% -
XYZ 5.29 6.71 13.59 -
YUV 59.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 2 80 102 0.98 0.22 0 0.6 193.2 0.96 0.2
Hex 2 50 66 62 16 0 3C C1 60 14
Octal 2 120 146 142 26 0 74 301 140 24
Binary 10 1010000 1100110 1100010 10110 0 111100 11000001 1100000 10100

Color Harmonies of #025066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025066

Black with #025066

Text Example


Text Example

White with #025066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025066; }

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

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

background-color css

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

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

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

border-color css

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

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

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