Html Css Color HEX #025065 Blue Lagoon

📋 copy color: '#025065'

red 2 ◦ green 80 ◦ blue 101

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

Shades of Blue Lagoon #025065

Tints of Blue Lagoon #025065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 55.19%

R = 1.09%
G = 43.72%
B = 55.19%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#025065 (or 0x025065) is known color: Blue Lagoon. HEX triplet: 02, 50 and 65. RGB value is (2,80,101). Sum of RGB (Red+Green+Blue) = 2+80+101=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #025065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025065 is #FDAF9A. Grayscale: #3A3A3A. Windows color (decimal): -16625563 or 6639618. OLE color: 6639618.

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

Color convert

RGB 2 80 101 -
CMYK 0.98 0.21 0 0.60
HSL 192.73º 0.96% 0.2% -
HSV(B) 192.73º 0.98% 0.4% -
XYZ 5.24 6.69 13.33 -
YUV 59.07 151.66 87.29 -
System Red Green Blue C M Y K H S L
Decimal 2 80 101 0.98 0.21 0 0.60 192.73 0.96 0.2
Hex 2 50 65 62 15 0 3C C1 60 14
Octal 2 120 145 142 25 0 74 301 140 24
Binary 10 1010000 1100101 1100010 10101 0 111100 11000001 1100000 10100

Color Harmonies of #025065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025065

Black with #025065

Text Example


Text Example

White with #025065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025065; }

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

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

background-color css

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

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

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

border-color css

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

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

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