Html Css Color HEX #026ADB Navy Blue

📋 copy color: '#026ADB'

red 2 ◦ green 106 ◦ blue 219

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

Shades of Navy Blue #026ADB

Tints of Navy Blue #026ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.97%

R = 0.61%
G = 32.42%
B = 66.97%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#026ADB (or 0x026ADB) is known color: Navy Blue. HEX triplet: 02, 6A and DB. RGB value is (2,106,219). Sum of RGB (Red+Green+Blue) = 2+106+219=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #026ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ADB is #FD9524. Grayscale: #575757. Windows color (decimal): -16618789 or 14379522. OLE color: 14379522.

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

Color convert

RGB 2 106 219 -
CMYK 0.99 0.52 0 0.14
HSL 211.24º 0.98% 0.43% -
HSV(B) 211.24º 0.99% 0.86% -
XYZ 17.97 15.44 69.05 -
YUV 87.79 202.04 66.81 -
System Red Green Blue C M Y K H S L
Decimal 2 106 219 0.99 0.52 0 0.14 211.24 0.98 0.43
Hex 2 6A DB 63 34 0 E D3 62 2B
Octal 2 152 333 143 64 0 16 323 142 53
Binary 10 1101010 11011011 1100011 110100 0 1110 11010011 1100010 101011

Color Harmonies of #026ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026ADB

Black with #026ADB

Text Example


Text Example

White with #026ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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