Html Css Color HEX #026977 Blue Lagoon

📋 copy color: '#026977'

red 2 ◦ green 105 ◦ blue 119

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

Shades of Blue Lagoon #026977

Tints of Blue Lagoon #026977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 0.88%
G = 46.46%
B = 52.65%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#026977 (or 0x026977) is known color: Blue Lagoon. HEX triplet: 02, 69 and 77. RGB value is (2,105,119). Sum of RGB (Red+Green+Blue) = 2+105+119=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #026977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026977 is #FD9688. Grayscale: #4B4B4B. Windows color (decimal): -16619145 or 7825666. OLE color: 7825666.

HSL color Cylindrical-coordinate representation of color #026977: hue angle of 187.18º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026977 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 105 119 -
CMYK 0.98 0.12 0 0.53
HSL 187.18º 0.97% 0.24% -
HSV(B) 187.18º 0.98% 0.47% -
XYZ 8.41 11.45 19.22 -
YUV 75.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 2 105 119 0.98 0.12 0 0.53 187.18 0.97 0.24
Hex 2 69 77 62 C 0 35 BB 61 18
Octal 2 151 167 142 14 0 65 273 141 30
Binary 10 1101001 1110111 1100010 1100 0 110101 10111011 1100001 11000

Color Harmonies of #026977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026977

Black with #026977

Text Example


Text Example

White with #026977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026977; }

 p { color: rgb(2,105,119); }

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

background-color css

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

 a { background-color: rgb(2,105,119); }

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

border-color css

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

 span { border-color: rgb(2,105,119); }

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