#026BBA

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

Shades of Navy Blue #026BBA

Tints of Navy Blue #026BBA

Color information

#026BBA (or 0x026BBA) is unknown color: approx Navy Blue. HEX triplet: 02, 6B and BA. RGB value is (2,107,186). Sum of RGB (Red+Green+Blue) = 2+107+186=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #026BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BBA is #FD9445. Grayscale: #545454. Windows color (decimal): -16618566 or 12217090. OLE color: 12217090.

HSL color Cylindrical-coordinate representation of color #026BBA: hue angle of 205.76º 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 #026BBA is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2107186-
CMYK0.990.4200.27
HSL205.76º97.87%36.86%-
HSV(B)205.76º98.92%72.94%-
XYZ14.1514.0748.43-
YUV84.61185.2169.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 63.05%
R=0.68%
G=36.27%
B=63.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21071860.990.4200.27205.7697.8736.86
Hex26BBA632A01Bce6225
Octal21532721435203331614245
Binary101101011101110101100011101010011011110011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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