Html Css Color HEX #026875 Blue Lagoon

📋 copy color: '#026875'

red 2 ◦ green 104 ◦ blue 117

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

Shades of Blue Lagoon #026875

Tints of Blue Lagoon #026875

RGB

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

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

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

R = 0.9%
G = 46.64%
B = 52.47%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#026875 (or 0x026875) is known color: Blue Lagoon. HEX triplet: 02, 68 and 75. RGB value is (2,104,117). Sum of RGB (Red+Green+Blue) = 2+104+117=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #026875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026875 is #FD978A. Grayscale: #4A4A4A. Windows color (decimal): -16619403 or 7694338. OLE color: 7694338.

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

Color convert

RGB 2 104 117 -
CMYK 0.98 0.11 0 0.54
HSL 186.78º 0.97% 0.23% -
HSV(B) 186.78º 0.98% 0.46% -
XYZ 8.19 11.2 18.56 -
YUV 74.98 151.71 75.94 -
System Red Green Blue C M Y K H S L
Decimal 2 104 117 0.98 0.11 0 0.54 186.78 0.97 0.23
Hex 2 68 75 62 B 0 36 BB 61 17
Octal 2 150 165 142 13 0 66 273 141 27
Binary 10 1101000 1110101 1100010 1011 0 110110 10111011 1100001 10111

Color Harmonies of #026875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026875

Black with #026875

Text Example


Text Example

White with #026875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026875; }

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

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

background-color css

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

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

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

border-color css

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

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

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