Html Css Color HEX #066DDB Navy Blue

📋 copy color: '#066DDB'

red 6 ◦ green 109 ◦ blue 219

#066DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #066DDB

Tints of Navy Blue #066DDB

RGB

 RED value IS 6 (2.73% from 255) = 1.8%

 GREEN value IS 109 (42.97% from 255) = 32.63%

 BLUE value IS 219 (85.94% from 255) = 65.57%

R = 1.8%
G = 32.63%
B = 65.57%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#066DDB (or 0x066DDB) is known color: 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

RGB 6 109 219 -
CMYK 0.97 0.50 0 0.14
HSL 210.99º 0.95% 0.44% -
HSV(B) 210.99º 0.97% 0.86% -
XYZ 18.33 16.09 69.16 -
YUV 90.74 200.38 67.56 -
System Red Green Blue C M Y K H S L
Decimal 6 109 219 0.97 0.50 0 0.14 210.99 0.95 0.44
Hex 6 6D DB 61 32 0 E D3 5F 2C
Octal 6 155 333 141 62 0 16 323 137 54
Binary 110 1101101 11011011 1100001 110010 0 1110 11010011 1011111 101100

Color Harmonies of #066DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DDB

Black with #066DDB

Text Example


Text Example

White with #066DDB

Text Example


Text Example

HTML Codes & Css Web 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>