Html Css Color HEX #026ABA Navy Blue

📋 copy color: '#026ABA'

red 2 ◦ green 106 ◦ blue 186

#026ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #026ABA

Tints of Navy Blue #026ABA

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

 GREEN value IS 106 (41.8% 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 value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#026ABA (or 0x026ABA) is known color: 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

RGB 2 106 186 -
CMYK 0.99 0.43 0 0.27
HSL 206.09º 0.98% 0.37% -
HSV(B) 206.09º 0.99% 0.73% -
XYZ 14.04 13.87 48.39 -
YUV 84.02 185.54 69.5 -
System Red Green Blue C M Y K H S L
Decimal 2 106 186 0.99 0.43 0 0.27 206.09 0.98 0.37
Hex 2 6A BA 63 2B 0 1B CE 62 25
Octal 2 152 272 143 53 0 33 316 142 45
Binary 10 1101010 10111010 1100011 101011 0 11011 11001110 1100010 100101

Color Harmonies of #026ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026ABA

Black with #026ABA

Text Example


Text Example

White with #026ABA

Text Example


Text Example

HTML Codes & Css Web 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>