#026BC8

Color #026BC8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #026BC8

Tints of Navy Blue #026BC8

Color information

#026BC8 (or 0x026BC8) is unknown color: approx Navy Blue. HEX triplet: 02, 6B and C8. RGB value is (2,107,200). Sum of RGB (Red+Green+Blue) = 2+107+200=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 200 (78.52% from 255 or 64.72% from 309); Max value from RGB is 200 - color contains mainly: blue. Hex color #026BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BC8 is #FD9437. Grayscale: #555555. Windows color (decimal): -16618552 or 13134594. OLE color: 13134594.

HSL color Cylindrical-coordinate representation of color #026BC8: hue angle of 208.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026BC8 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2107200-
CMYK0.990.4600.22
HSL208.18º98.02%39.61%-
HSV(B)208.18º99%78.43%-
XYZ15.7114.756.65-
YUV86.21192.2167.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 200 (78.52% from 255) = 64.72%
R=0.65%
G=34.63%
B=64.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21072000.990.4600.22208.1898.0239.61
Hex26BC8632E016d06228
Octal21533101435602632014250
Binary101101011110010001100011101110010110110100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026BC8; }

 p { color: rgb(2,107,200); }

 H1.HeaderClassName
 {
   color: #026BC8;
 }
 .AnyTagClassName
 {
   color: #026BC8;
 }
</style>
background-color css

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

 a { background-color: rgb(2,107,200); }

 div.DivClassName
 {
   background-color: #026BC8;
 }
 .BgClassName
 {
   background-color: #026BC8;
 }
</style>
border-color css

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

 span { border-color: rgb(2,107,200); }

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