#006adb

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

Shades of Navy Blue #006ADB

Tints of Navy Blue #006ADB

Color information

#006ADB (or 0x006ADB) is unknown color: approx Navy Blue. HEX triplet: 00, 6A and DB. RGB value is (0,106,219). Sum of RGB (Red+Green+Blue) = 0+106+219=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #006ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ADB is #FF9524. Grayscale: #565656. Windows color (decimal): -16749861 or 14379520. OLE color: 14379520.

HSL color Cylindrical-coordinate representation of color #006ADB: hue angle of 210.96º 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 #006ADB is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB0106219-
CMYK10.5200.14
HSL210.96º100%42.94%-
HSV(B)210.96º100%85.88%-
XYZ17.9415.4269.05-
YUV87.19202.3865.81-

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.62%
BLUE value IS 219 (85.94% from 255) = 67.38%
R=0%
G=32.62%
B=67.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal010621910.5200.14210.9610042.94
Hex06ADB64340Ed3642b
Octal01523331446401632314453
Binary0110101011011011110010011010001110110100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006adb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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