Html Css Color HEX #026874 Blue Lagoon

📋 copy color: '#026874'

red 2 ◦ green 104 ◦ blue 116

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

Shades of Blue Lagoon #026874

Tints of Blue Lagoon #026874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 0.9%
G = 46.85%
B = 52.25%

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

#026874 (or 0x026874) is known color: Blue Lagoon. HEX triplet: 02, 68 and 74. RGB value is (2,104,116). Sum of RGB (Red+Green+Blue) = 2+104+116=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #026874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026874 is #FD978B. Grayscale: #4A4A4A. Windows color (decimal): -16619404 or 7628802. OLE color: 7628802.

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

Color convert

RGB 2 104 116 -
CMYK 0.98 0.10 0 0.55
HSL 186.32º 0.97% 0.23% -
HSV(B) 186.32º 0.98% 0.45% -
XYZ 8.13 11.17 18.25 -
YUV 74.87 151.21 76.02 -
System Red Green Blue C M Y K H S L
Decimal 2 104 116 0.98 0.10 0 0.55 186.32 0.97 0.23
Hex 2 68 74 62 A 0 37 BA 61 17
Octal 2 150 164 142 12 0 67 272 141 27
Binary 10 1101000 1110100 1100010 1010 0 110111 10111010 1100001 10111

Color Harmonies of #026874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026874

Black with #026874

Text Example


Text Example

White with #026874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026874; }

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

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

background-color css

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

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

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

border-color css

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

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

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