Html Css Color HEX #026ADA Navy Blue

📋 copy color: '#026ADA'

red 2 ◦ green 106 ◦ blue 218

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

Shades of Navy Blue #026ADA

Tints of Navy Blue #026ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.87%

R = 0.61%
G = 32.52%
B = 66.87%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#026ADA (or 0x026ADA) is known color: Navy Blue. HEX triplet: 02, 6A and DA. RGB value is (2,106,218). Sum of RGB (Red+Green+Blue) = 2+106+218=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #026ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ADA is #FD9525. Grayscale: #575757. Windows color (decimal): -16618790 or 14313986. OLE color: 14313986.

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

Color convert

RGB 2 106 218 -
CMYK 0.99 0.51 0 0.15
HSL 211.11º 0.98% 0.43% -
HSV(B) 211.11º 0.99% 0.85% -
XYZ 17.83 15.38 68.36 -
YUV 87.67 201.54 66.89 -
System Red Green Blue C M Y K H S L
Decimal 2 106 218 0.99 0.51 0 0.15 211.11 0.98 0.43
Hex 2 6A DA 63 33 0 F D3 62 2B
Octal 2 152 332 143 63 0 17 323 142 53
Binary 10 1101010 11011010 1100011 110011 0 1111 11010011 1100010 101011

Color Harmonies of #026ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026ADA

Black with #026ADA

Text Example


Text Example

White with #026ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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