#026CF6

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

Shades of Navy Blue #026CF6

Tints of Navy Blue #026CF6

Color information

#026CF6 (or 0x026CF6) is unknown color: approx Navy Blue. HEX triplet: 02, 6C and F6. RGB value is (2,108,246). Sum of RGB (Red+Green+Blue) = 2+108+246=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #026CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026CF6 is #FD9309. Grayscale: #5B5B5B. Windows color (decimal): -16618250 or 16149506. OLE color: 16149506.

HSL color Cylindrical-coordinate representation of color #026CF6: hue angle of 213.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CF6 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2108246-
CMYK0.990.5600.04
HSL213.93º98.39%48.63%-
HSV(B)213.93º99.19%96.47%-
XYZ22.0217.3989.39-
YUV92.04214.8863.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 246 (96.48% from 255) = 69.10%
R=0.56%
G=30.34%
B=69.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21082460.990.5600.04213.9398.3948.63
Hex26CF6633804d66231
Octal2154366143700432614261
Binary1011011001111011011000111110000100110101101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,108,246); }

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

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

 a { background-color: rgb(2,108,246); }

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

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

 span { border-color: rgb(2,108,246); }

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