Html Css Color HEX #026A78 Blue Lagoon

📋 copy color: '#026A78'

red 2 ◦ green 106 ◦ blue 120

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

Shades of Blue Lagoon #026A78

Tints of Blue Lagoon #026A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.49%

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

R = 0.88%
G = 46.49%
B = 52.63%

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

#026A78 (or 0x026A78) is known color: Blue Lagoon. HEX triplet: 02, 6A and 78. RGB value is (2,106,120). Sum of RGB (Red+Green+Blue) = 2+106+120=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #026A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A78 is #FD9587. Grayscale: #4C4C4C. Windows color (decimal): -16618888 or 7891458. OLE color: 7891458.

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

Color convert

RGB 2 106 120 -
CMYK 0.98 0.12 0 0.53
HSL 187.12º 0.97% 0.24% -
HSV(B) 187.12º 0.98% 0.47% -
XYZ 8.57 11.68 19.57 -
YUV 76.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 2 106 120 0.98 0.12 0 0.53 187.12 0.97 0.24
Hex 2 6A 78 62 C 0 35 BB 61 18
Octal 2 152 170 142 14 0 65 273 141 30
Binary 10 1101010 1111000 1100010 1100 0 110101 10111011 1100001 11000

Color Harmonies of #026A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A78

Black with #026A78

Text Example


Text Example

White with #026A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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