Html Css Color HEX #025965 Blue Lagoon

📋 copy color: '#025965'

red 2 ◦ green 89 ◦ blue 101

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

Shades of Blue Lagoon #025965

Tints of Blue Lagoon #025965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

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

R = 1.04%
G = 46.35%
B = 52.6%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#025965 (or 0x025965) is known color: Blue Lagoon. HEX triplet: 02, 59 and 65. RGB value is (2,89,101). Sum of RGB (Red+Green+Blue) = 2+89+101=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #025965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025965 is #FDA69A. Grayscale: #404040. Windows color (decimal): -16623259 or 6641922. OLE color: 6641922.

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

Color convert

RGB 2 89 101 -
CMYK 0.98 0.12 0 0.60
HSL 187.27º 0.96% 0.2% -
HSV(B) 187.27º 0.98% 0.4% -
XYZ 5.95 8.1 13.56 -
YUV 64.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 2 89 101 0.98 0.12 0 0.60 187.27 0.96 0.2
Hex 2 59 65 62 C 0 3C BB 60 14
Octal 2 131 145 142 14 0 74 273 140 24
Binary 10 1011001 1100101 1100010 1100 0 111100 10111011 1100000 10100

Color Harmonies of #025965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025965

Black with #025965

Text Example


Text Example

White with #025965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025965; }

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

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

background-color css

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

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

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

border-color css

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

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

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