Html Css Color HEX #026872 Blue Lagoon

📋 copy color: '#026872'

red 2 ◦ green 104 ◦ blue 114

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

Shades of Blue Lagoon #026872

Tints of Blue Lagoon #026872

RGB

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

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

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

R = 0.91%
G = 47.27%
B = 51.82%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#026872 (or 0x026872) is known color: Blue Lagoon. HEX triplet: 02, 68 and 72. RGB value is (2,104,114). Sum of RGB (Red+Green+Blue) = 2+104+114=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #026872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026872 is #FD978D. Grayscale: #4A4A4A. Windows color (decimal): -16619406 or 7497730. OLE color: 7497730.

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

Color convert

RGB 2 104 114 -
CMYK 0.98 0.09 0 0.55
HSL 185.36º 0.97% 0.23% -
HSV(B) 185.36º 0.98% 0.45% -
XYZ 8.01 11.13 17.65 -
YUV 74.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 2 104 114 0.98 0.09 0 0.55 185.36 0.97 0.23
Hex 2 68 72 62 9 0 37 B9 61 17
Octal 2 150 162 142 11 0 67 271 141 27
Binary 10 1101000 1110010 1100010 1001 0 110111 10111001 1100001 10111

Color Harmonies of #026872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026872

Black with #026872

Text Example


Text Example

White with #026872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026872; }

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

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

background-color css

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

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

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

border-color css

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

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

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