#006adc

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

Shades of Navy Blue #006ADC

Tints of Navy Blue #006ADC

Color information

#006ADC (or 0x006ADC) is unknown color: approx Navy Blue. HEX triplet: 00, 6A and DC. RGB value is (0,106,220). Sum of RGB (Red+Green+Blue) = 0+106+220=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #006ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ADC is #FF9523. Grayscale: #565656. Windows color (decimal): -16749860 or 14445056. OLE color: 14445056.

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

Color convert

RGB0106220-
CMYK10.5200.14
HSL211.09º100%43.14%-
HSV(B)211.09º100%86.27%-
XYZ18.0715.4869.74-
YUV87.3202.8865.73-

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) = 32.52%
BLUE value IS 220 (86.33% from 255) = 67.48%
R=0%
G=32.52%
B=67.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal010622010.5200.14211.0910043.14
Hex06ADC64340Ed3642b
Octal01523341446401632314453
Binary0110101011011100110010011010001110110100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006adc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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