#006BDB

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

Shades of Navy Blue #006BDB

Tints of Navy Blue #006BDB

Color information

#006BDB (or 0x006BDB) is unknown color: approx Navy Blue. HEX triplet: 00, 6B and DB. RGB value is (0,107,219). Sum of RGB (Red+Green+Blue) = 0+107+219=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #006BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BDB is #FF9424. Grayscale: #575757. Windows color (decimal): -16749605 or 14379776. OLE color: 14379776.

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

Color convert

RGB0107219-
CMYK10.5100.14
HSL210.68º100%42.94%-
HSV(B)210.68º100%85.88%-
XYZ18.0415.6369.08-
YUV87.78202.0565.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 219 (85.94% from 255) = 67.18%
R=0%
G=32.82%
B=67.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal010721910.5100.14210.6810042.94
Hex06BDB64330Ed3642b
Octal01533331446301632314453
Binary0110101111011011110010011001101110110100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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