Html Css Color HEX #026AD2 Navy Blue

📋 copy color: '#026AD2'

red 2 ◦ green 106 ◦ blue 210

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

Shades of Navy Blue #026AD2

Tints of Navy Blue #026AD2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 210 (82.42% from 255) = 66.04%

R = 0.63%
G = 33.33%
B = 66.04%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#026AD2 (or 0x026AD2) is known color: Navy Blue. HEX triplet: 02, 6A and D2. RGB value is (2,106,210). Sum of RGB (Red+Green+Blue) = 2+106+210=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 210 (82.42% from 255 or 66.04% from 318); Max value from RGB is 210 - color contains mainly: blue. Hex color #026AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026AD2 is #FD952D. Grayscale: #565656. Windows color (decimal): -16618798 or 13789698. OLE color: 13789698.

HSL color Cylindrical-coordinate representation of color #026AD2: hue angle of 210º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026AD2 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 106 210 -
CMYK 0.99 0.50 0 0.18
HSL 210º 0.98% 0.42% -
HSV(B) 210º 0.99% 0.82% -
XYZ 16.81 14.97 62.98 -
YUV 86.76 197.54 67.54 -
System Red Green Blue C M Y K H S L
Decimal 2 106 210 0.99 0.50 0 0.18 210 0.98 0.42
Hex 2 6A D2 63 32 0 12 D2 62 2A
Octal 2 152 322 143 62 0 22 322 142 52
Binary 10 1101010 11010010 1100011 110010 0 10010 11010010 1100010 101010

Color Harmonies of #026AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026AD2

Black with #026AD2

Text Example


Text Example

White with #026AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #026AD2;
 }
 .AnyTagClassName
 {
   color: #026AD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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