Html Css Color HEX #026873 Blue Lagoon

📋 copy color: '#026873'

red 2 ◦ green 104 ◦ blue 115

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

Shades of Blue Lagoon #026873

Tints of Blue Lagoon #026873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

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

R = 0.9%
G = 47.06%
B = 52.04%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#026873 (or 0x026873) is known color: Blue Lagoon. HEX triplet: 02, 68 and 73. RGB value is (2,104,115). Sum of RGB (Red+Green+Blue) = 2+104+115=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #026873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026873 is #FD978C. Grayscale: #4A4A4A. Windows color (decimal): -16619405 or 7563266. OLE color: 7563266.

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

Color convert

RGB 2 104 115 -
CMYK 0.98 0.10 0 0.55
HSL 185.84º 0.97% 0.23% -
HSV(B) 185.84º 0.98% 0.45% -
XYZ 8.07 11.15 17.95 -
YUV 74.76 150.71 76.11 -
System Red Green Blue C M Y K H S L
Decimal 2 104 115 0.98 0.10 0 0.55 185.84 0.97 0.23
Hex 2 68 73 62 A 0 37 BA 61 17
Octal 2 150 163 142 12 0 67 272 141 27
Binary 10 1101000 1110011 1100010 1010 0 110111 10111010 1100001 10111

Color Harmonies of #026873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026873

Black with #026873

Text Example


Text Example

White with #026873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026873; }

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

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

background-color css

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

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

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

border-color css

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

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

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