Html Css Color HEX #026689 Blue Lagoon

📋 copy color: '#026689'

red 2 ◦ green 102 ◦ blue 137

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

Shades of Blue Lagoon #026689

Tints of Blue Lagoon #026689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.32%

 BLUE value IS 137 (53.91% from 255) = 56.85%

R = 0.83%
G = 42.32%
B = 56.85%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#026689 (or 0x026689) is known color: Blue Lagoon. HEX triplet: 02, 66 and 89. RGB value is (2,102,137). Sum of RGB (Red+Green+Blue) = 2+102+137=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #026689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026689 is #FD9976. Grayscale: #4B4B4B. Windows color (decimal): -16619895 or 9004546. OLE color: 9004546.

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

Color convert

RGB 2 102 137 -
CMYK 0.99 0.26 0 0.46
HSL 195.56º 0.97% 0.27% -
HSV(B) 195.56º 0.99% 0.54% -
XYZ 9.29 11.32 25.36 -
YUV 76.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 2 102 137 0.99 0.26 0 0.46 195.56 0.97 0.27
Hex 2 66 89 63 1A 0 2E C4 61 1B
Octal 2 146 211 143 32 0 56 304 141 33
Binary 10 1100110 10001001 1100011 11010 0 101110 11000100 1100001 11011

Color Harmonies of #026689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026689

Black with #026689

Text Example


Text Example

White with #026689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026689; }

 p { color: rgb(2,102,137); }

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

background-color css

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

 a { background-color: rgb(2,102,137); }

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

border-color css

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

 span { border-color: rgb(2,102,137); }

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