Html Css Color HEX #026C78 Blue Lagoon

📋 copy color: '#026C78'

red 2 ◦ green 108 ◦ blue 120

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

Shades of Blue Lagoon #026C78

Tints of Blue Lagoon #026C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.96%

 BLUE value IS 120 (47.27% from 255) = 52.17%

R = 0.87%
G = 46.96%
B = 52.17%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#026C78 (or 0x026C78) is known color: Blue Lagoon. HEX triplet: 02, 6C and 78. RGB value is (2,108,120). Sum of RGB (Red+Green+Blue) = 2+108+120=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #026C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C78 is #FD9387. Grayscale: #4D4D4D. Windows color (decimal): -16618376 or 7891970. OLE color: 7891970.

HSL color Cylindrical-coordinate representation of color #026C78: hue angle of 186.1º 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 #026C78 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 108 120 -
CMYK 0.98 0.10 0 0.53
HSL 186.1º 0.97% 0.24% -
HSV(B) 186.1º 0.98% 0.47% -
XYZ 8.78 12.09 19.64 -
YUV 77.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 2 108 120 0.98 0.10 0 0.53 186.1 0.97 0.24
Hex 2 6C 78 62 A 0 35 BA 61 18
Octal 2 154 170 142 12 0 65 272 141 30
Binary 10 1101100 1111000 1100010 1010 0 110101 10111010 1100001 11000

Color Harmonies of #026C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C78

Black with #026C78

Text Example


Text Example

White with #026C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026C78; }

 p { color: rgb(2,108,120); }

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

background-color css

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

 a { background-color: rgb(2,108,120); }

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

border-color css

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

 span { border-color: rgb(2,108,120); }

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