Html Css Color HEX #025770 Blue Lagoon

📋 copy color: '#025770'

red 2 ◦ green 87 ◦ blue 112

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

Shades of Blue Lagoon #025770

Tints of Blue Lagoon #025770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.28%

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 1%
G = 43.28%
B = 55.72%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#025770 (or 0x025770) is known color: Blue Lagoon. HEX triplet: 02, 57 and 70. RGB value is (2,87,112). Sum of RGB (Red+Green+Blue) = 2+87+112=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #025770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025770 is #FDA88F. Grayscale: #404040. Windows color (decimal): -16623760 or 7362306. OLE color: 7362306.

HSL color Cylindrical-coordinate representation of color #025770: hue angle of 193.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025770 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 87 112 -
CMYK 0.98 0.22 0 0.56
HSL 193.64º 0.96% 0.22% -
HSV(B) 193.64º 0.98% 0.44% -
XYZ 6.36 8 16.54 -
YUV 64.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 2 87 112 0.98 0.22 0 0.56 193.64 0.96 0.22
Hex 2 57 70 62 16 0 38 C2 60 16
Octal 2 127 160 142 26 0 70 302 140 26
Binary 10 1010111 1110000 1100010 10110 0 111000 11000010 1100000 10110

Color Harmonies of #025770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025770

Black with #025770

Text Example


Text Example

White with #025770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025770; }

 p { color: rgb(2,87,112); }

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

background-color css

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

 a { background-color: rgb(2,87,112); }

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

border-color css

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

 span { border-color: rgb(2,87,112); }

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