Html Css Color HEX #066FDB Navy Blue

📋 copy color: '#066FDB'

red 6 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #066FDB

Tints of Navy Blue #066FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 1.79%
G = 33.04%
B = 65.18%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#066FDB (or 0x066FDB) is known color: Navy Blue. HEX triplet: 06, 6F and DB. RGB value is (6,111,219). Sum of RGB (Red+Green+Blue) = 6+111+219=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #066FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FDB is #F99024. Grayscale: #5B5B5B. Windows color (decimal): -16355365 or 14380806. OLE color: 14380806.

HSL color Cylindrical-coordinate representation of color #066FDB: hue angle of 210.42º 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 #066FDB is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 111 219 -
CMYK 0.97 0.49 0 0.14
HSL 210.42º 0.95% 0.44% -
HSV(B) 210.42º 0.97% 0.86% -
XYZ 18.55 16.52 69.23 -
YUV 91.92 199.71 66.72 -
System Red Green Blue C M Y K H S L
Decimal 6 111 219 0.97 0.49 0 0.14 210.42 0.95 0.44
Hex 6 6F DB 61 31 0 E D2 5F 2C
Octal 6 157 333 141 61 0 16 322 137 54
Binary 110 1101111 11011011 1100001 110001 0 1110 11010010 1011111 101100

Color Harmonies of #066FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FDB

Black with #066FDB

Text Example


Text Example

White with #066FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #066FDB;
 }
 .AnyTagClassName
 {
   color: #066FDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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