#066DDB

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

Shades of Navy Blue #066DDB

Tints of Navy Blue #066DDB

Color information

#066DDB (or 0x066DDB) is unknown color: approx Navy Blue. HEX triplet: 06, 6D and DB. RGB value is (6,109,219). Sum of RGB (Red+Green+Blue) = 6+109+219=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #066DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DDB is #F99224. Grayscale: #5A5A5A. Windows color (decimal): -16355877 or 14380294. OLE color: 14380294.

HSL color Cylindrical-coordinate representation of color #066DDB: hue angle of 210.99º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DDB is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6109219-
CMYK0.970.5000.14
HSL210.99º94.67%44.12%-
HSV(B)210.99º97.26%85.88%-
XYZ18.3316.0969.16-
YUV90.74200.3867.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 219 (85.94% from 255) = 65.57%
R=1.80%
G=32.63%
B=65.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61092190.970.5000.14210.9994.6744.12
Hex66DDB61320Ed35f2c
Octal61553331416201632313754
Binary110110110111011011110000111001001110110100111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066DDB; }

 p { color: rgb(6,109,219); }

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

<style>
 a { background-color: #066DDB; }

 a { background-color: rgb(6,109,219); }

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

<style>
 span { border-color: #066DDB; }

 span { border-color: rgb(6,109,219); }

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