Html Css Color HEX #026978 Blue Lagoon

📋 copy color: '#026978'

red 2 ◦ green 105 ◦ blue 120

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

Shades of Blue Lagoon #026978

Tints of Blue Lagoon #026978

RGB

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

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

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

R = 0.88%
G = 46.26%
B = 52.86%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#026978 (or 0x026978) is known color: Blue Lagoon. HEX triplet: 02, 69 and 78. RGB value is (2,105,120). Sum of RGB (Red+Green+Blue) = 2+105+120=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #026978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026978 is #FD9687. Grayscale: #4B4B4B. Windows color (decimal): -16619144 or 7891202. OLE color: 7891202.

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

Color convert

RGB 2 105 120 -
CMYK 0.98 0.13 0 0.53
HSL 187.63º 0.97% 0.24% -
HSV(B) 187.63º 0.98% 0.47% -
XYZ 8.47 11.47 19.54 -
YUV 75.91 152.88 75.28 -
System Red Green Blue C M Y K H S L
Decimal 2 105 120 0.98 0.13 0 0.53 187.63 0.97 0.24
Hex 2 69 78 62 D 0 35 BC 61 18
Octal 2 151 170 142 15 0 65 274 141 30
Binary 10 1101001 1111000 1100010 1101 0 110101 10111100 1100001 11000

Color Harmonies of #026978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026978

Black with #026978

Text Example


Text Example

White with #026978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026978; }

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

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

background-color css

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

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

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

border-color css

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

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

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