#026AE3

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

Shades of Navy Blue #026AE3

Tints of Navy Blue #026AE3

Color information

#026AE3 (or 0x026AE3) is unknown color: approx Navy Blue. HEX triplet: 02, 6A and E3. RGB value is (2,106,227). Sum of RGB (Red+Green+Blue) = 2+106+227=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 227 (89.06% from 255 or 67.76% from 335); Max value from RGB is 227 - color contains mainly: blue. Hex color #026AE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026AE3 is #FD951C. Grayscale: #585858. Windows color (decimal): -16618781 or 14903810. OLE color: 14903810.

HSL color Cylindrical-coordinate representation of color #026AE3: hue angle of 212.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026AE3 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2106227-
CMYK0.990.5300.11
HSL212.27º98.25%44.9%-
HSV(B)212.27º99.12%89.02%-
XYZ19.0415.8774.73-
YUV88.7206.0466.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 227 (89.06% from 255) = 67.76%
R=0.60%
G=31.64%
B=67.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal21062270.990.5300.11212.2798.2544.9
Hex26AE363350Bd4622d
Octal21523431436501332414255
Binary10110101011100011110001111010101011110101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,106,227); }

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

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

 a { background-color: rgb(2,106,227); }

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

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

 span { border-color: rgb(2,106,227); }

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