#026ABA

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

Shades of Navy Blue #026ABA

Tints of Navy Blue #026ABA

Color information

#026ABA (or 0x026ABA) is unknown color: approx Navy Blue. HEX triplet: 02, 6A and BA. RGB value is (2,106,186). Sum of RGB (Red+Green+Blue) = 2+106+186=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #026ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ABA is #FD9545. Grayscale: #535353. Windows color (decimal): -16618822 or 12216834. OLE color: 12216834.

HSL color Cylindrical-coordinate representation of color #026ABA: hue angle of 206.09º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026ABA is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2106186-
CMYK0.990.4300.27
HSL206.09º97.87%36.86%-
HSV(B)206.09º98.92%72.94%-
XYZ14.0413.8748.39-
YUV84.02185.5469.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=0.68%
G=36.05%
B=63.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21061860.990.4300.27206.0997.8736.86
Hex26ABA632B01Bce6225
Octal21522721435303331614245
Binary101101010101110101100011101011011011110011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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