Html Css Color HEX #026488 Blue Lagoon

📋 copy color: '#026488'

red 2 ◦ green 100 ◦ blue 136

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

Shades of Blue Lagoon #026488

Tints of Blue Lagoon #026488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.02%

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

R = 0.84%
G = 42.02%
B = 57.14%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#026488 (or 0x026488) is known color: Blue Lagoon. HEX triplet: 02, 64 and 88. RGB value is (2,100,136). Sum of RGB (Red+Green+Blue) = 2+100+136=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #026488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026488 is #FD9B77. Grayscale: #4A4A4A. Windows color (decimal): -16620408 or 8938498. OLE color: 8938498.

HSL color Cylindrical-coordinate representation of color #026488: hue angle of 196.12º 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 #026488 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 100 136 -
CMYK 0.99 0.26 0 0.47
HSL 196.12º 0.97% 0.27% -
HSV(B) 196.12º 0.99% 0.53% -
XYZ 9.03 10.9 24.92 -
YUV 74.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 2 100 136 0.99 0.26 0 0.47 196.12 0.97 0.27
Hex 2 64 88 63 1A 0 2F C4 61 1B
Octal 2 144 210 143 32 0 57 304 141 33
Binary 10 1100100 10001000 1100011 11010 0 101111 11000100 1100001 11011

Color Harmonies of #026488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026488

Black with #026488

Text Example


Text Example

White with #026488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026488; }

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

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

background-color css

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

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

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

border-color css

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

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

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