Html Css Color HEX #026888 Blue Lagoon

📋 copy color: '#026888'

red 2 ◦ green 104 ◦ blue 136

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

Shades of Blue Lagoon #026888

Tints of Blue Lagoon #026888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 0.83%
G = 42.98%
B = 56.2%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#026888 (or 0x026888) is known color: Blue Lagoon. HEX triplet: 02, 68 and 88. RGB value is (2,104,136). Sum of RGB (Red+Green+Blue) = 2+104+136=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #026888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026888 is #FD9777. Grayscale: #4C4C4C. Windows color (decimal): -16619384 or 8939522. OLE color: 8939522.

HSL color Cylindrical-coordinate representation of color #026888: hue angle of 194.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026888 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 104 136 -
CMYK 0.99 0.24 0 0.47
HSL 194.33º 0.97% 0.27% -
HSV(B) 194.33º 0.99% 0.53% -
XYZ 9.42 11.69 25.05 -
YUV 77.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 2 104 136 0.99 0.24 0 0.47 194.33 0.97 0.27
Hex 2 68 88 63 18 0 2F C2 61 1B
Octal 2 150 210 143 30 0 57 302 141 33
Binary 10 1101000 10001000 1100011 11000 0 101111 11000010 1100001 11011

Color Harmonies of #026888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026888

Black with #026888

Text Example


Text Example

White with #026888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026888; }

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

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

background-color css

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

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

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

border-color css

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

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

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