Html Css Color HEX #026675 Blue Lagoon

📋 copy color: '#026675'

red 2 ◦ green 102 ◦ blue 117

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

Shades of Blue Lagoon #026675

Tints of Blue Lagoon #026675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.15%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 0.9%
G = 46.15%
B = 52.94%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#026675 (or 0x026675) is known color: Blue Lagoon. HEX triplet: 02, 66 and 75. RGB value is (2,102,117). Sum of RGB (Red+Green+Blue) = 2+102+117=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #026675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026675 is #FD998A. Grayscale: #494949. Windows color (decimal): -16619915 or 7693826. OLE color: 7693826.

HSL color Cylindrical-coordinate representation of color #026675: hue angle of 187.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026675 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 102 117 -
CMYK 0.98 0.13 0 0.54
HSL 187.83º 0.97% 0.23% -
HSV(B) 187.83º 0.98% 0.46% -
XYZ 7.99 10.8 18.49 -
YUV 73.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 2 102 117 0.98 0.13 0 0.54 187.83 0.97 0.23
Hex 2 66 75 62 D 0 36 BC 61 17
Octal 2 146 165 142 15 0 66 274 141 27
Binary 10 1100110 1110101 1100010 1101 0 110110 10111100 1100001 10111

Color Harmonies of #026675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026675

Black with #026675

Text Example


Text Example

White with #026675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026675; }

 p { color: rgb(2,102,117); }

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

background-color css

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

 a { background-color: rgb(2,102,117); }

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

border-color css

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

 span { border-color: rgb(2,102,117); }

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