Html Css Color HEX #026088 Blue Lagoon

📋 copy color: '#026088'

red 2 ◦ green 96 ◦ blue 136

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

Shades of Blue Lagoon #026088

Tints of Blue Lagoon #026088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 0.85%
G = 41.03%
B = 58.12%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#026088 (or 0x026088) is known color: Blue Lagoon. HEX triplet: 02, 60 and 88. RGB value is (2,96,136). Sum of RGB (Red+Green+Blue) = 2+96+136=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #026088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026088 is #FD9F77. Grayscale: #484848. Windows color (decimal): -16621432 or 8937474. OLE color: 8937474.

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

Color convert

RGB 2 96 136 -
CMYK 0.99 0.29 0 0.47
HSL 197.91º 0.97% 0.27% -
HSV(B) 197.91º 0.99% 0.53% -
XYZ 8.65 10.16 24.8 -
YUV 72.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 2 96 136 0.99 0.29 0 0.47 197.91 0.97 0.27
Hex 2 60 88 63 1D 0 2F C6 61 1B
Octal 2 140 210 143 35 0 57 306 141 33
Binary 10 1100000 10001000 1100011 11101 0 101111 11000110 1100001 11011

Color Harmonies of #026088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026088

Black with #026088

Text Example


Text Example

White with #026088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026088; }

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

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

background-color css

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

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

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

border-color css

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

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

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