Html Css Color HEX #026673 Blue Lagoon

📋 copy color: '#026673'

red 2 ◦ green 102 ◦ blue 115

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

Shades of Blue Lagoon #026673

Tints of Blue Lagoon #026673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 0.91%
G = 46.58%
B = 52.51%

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

#026673 (or 0x026673) is known color: Blue Lagoon. HEX triplet: 02, 66 and 73. RGB value is (2,102,115). Sum of RGB (Red+Green+Blue) = 2+102+115=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #026673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026673 is #FD998C. Grayscale: #494949. Windows color (decimal): -16619917 or 7562754. OLE color: 7562754.

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

Color convert

RGB 2 102 115 -
CMYK 0.98 0.11 0 0.55
HSL 186.9º 0.97% 0.23% -
HSV(B) 186.9º 0.98% 0.45% -
XYZ 7.87 10.75 17.88 -
YUV 73.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 2 102 115 0.98 0.11 0 0.55 186.9 0.97 0.23
Hex 2 66 73 62 B 0 37 BB 61 17
Octal 2 146 163 142 13 0 67 273 141 27
Binary 10 1100110 1110011 1100010 1011 0 110111 10111011 1100001 10111

Color Harmonies of #026673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026673

Black with #026673

Text Example


Text Example

White with #026673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026673; }

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

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

background-color css

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

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

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

border-color css

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

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

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