Html Css Color HEX #026380 Blue Lagoon

📋 copy color: '#026380'

red 2 ◦ green 99 ◦ blue 128

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

Shades of Blue Lagoon #026380

Tints of Blue Lagoon #026380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.23%

 BLUE value IS 128 (50.39% from 255) = 55.9%

R = 0.87%
G = 43.23%
B = 55.9%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#026380 (or 0x026380) is known color: Blue Lagoon. HEX triplet: 02, 63 and 80. RGB value is (2,99,128). Sum of RGB (Red+Green+Blue) = 2+99+128=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #026380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026380 is #FD9C7F. Grayscale: #494949. Windows color (decimal): -16620672 or 8413954. OLE color: 8413954.

HSL color Cylindrical-coordinate representation of color #026380: hue angle of 193.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026380 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 99 128 -
CMYK 0.98 0.23 0 0.50
HSL 193.81º 0.97% 0.25% -
HSV(B) 193.81º 0.98% 0.5% -
XYZ 8.38 10.5 22.01 -
YUV 73.3 158.86 77.14 -
System Red Green Blue C M Y K H S L
Decimal 2 99 128 0.98 0.23 0 0.50 193.81 0.97 0.25
Hex 2 63 80 62 17 0 32 C2 61 19
Octal 2 143 200 142 27 0 62 302 141 31
Binary 10 1100011 10000000 1100010 10111 0 110010 11000010 1100001 11001

Color Harmonies of #026380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026380

Black with #026380

Text Example


Text Example

White with #026380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026380; }

 p { color: rgb(2,99,128); }

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

background-color css

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

 a { background-color: rgb(2,99,128); }

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

border-color css

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

 span { border-color: rgb(2,99,128); }

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