Html Css Color HEX #026672 Blue Lagoon

📋 copy color: '#026672'

red 2 ◦ green 102 ◦ blue 114

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

Shades of Blue Lagoon #026672

Tints of Blue Lagoon #026672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 0.92%
G = 46.79%
B = 52.29%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#026672 (or 0x026672) is known color: Blue Lagoon. HEX triplet: 02, 66 and 72. RGB value is (2,102,114). Sum of RGB (Red+Green+Blue) = 2+102+114=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #026672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026672 is #FD998D. Grayscale: #494949. Windows color (decimal): -16619918 or 7497218. OLE color: 7497218.

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

Color convert

RGB 2 102 114 -
CMYK 0.98 0.11 0 0.55
HSL 186.43º 0.97% 0.23% -
HSV(B) 186.43º 0.98% 0.45% -
XYZ 7.81 10.73 17.58 -
YUV 73.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 2 102 114 0.98 0.11 0 0.55 186.43 0.97 0.23
Hex 2 66 72 62 B 0 37 BA 61 17
Octal 2 146 162 142 13 0 67 272 141 27
Binary 10 1100110 1110010 1100010 1011 0 110111 10111010 1100001 10111

Color Harmonies of #026672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026672

Black with #026672

Text Example


Text Example

White with #026672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026672; }

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

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

background-color css

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

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

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

border-color css

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

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

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