#006AD1

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

Shades of Navy Blue #006AD1

Tints of Navy Blue #006AD1

Color information

#006AD1 (or 0x006AD1) is unknown color: approx Navy Blue. HEX triplet: 00, 6A and D1. RGB value is (0,106,209). Sum of RGB (Red+Green+Blue) = 0+106+209=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #006AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AD1 is #FF952E. Grayscale: #555555. Windows color (decimal): -16749871 or 13724160. OLE color: 13724160.

HSL color Cylindrical-coordinate representation of color #006AD1: hue angle of 209.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AD1 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB0106209-
CMYK10.4900.18
HSL209.57º100%40.98%-
HSV(B)209.57º100%81.96%-
XYZ16.6614.9162.32-
YUV86.05197.3866.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 209 (82.03% from 255) = 66.35%
R=0%
G=33.65%
B=66.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal010620910.4900.18209.5710040.98
Hex06AD16431012d26429
Octal01523211446102232214451
Binary01101010110100011100100110001010010110100101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006AD1; }

 p { color: rgb(0,106,209); }

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

<style>
 a { background-color: #006AD1; }

 a { background-color: rgb(0,106,209); }

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

<style>
 span { border-color: #006AD1; }

 span { border-color: rgb(0,106,209); }

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