Html Css Color HEX #066DBA Navy Blue

📋 copy color: '#066DBA'

red 6 ◦ green 109 ◦ blue 186

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

Shades of Navy Blue #066DBA

Tints of Navy Blue #066DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 1.99%
G = 36.21%
B = 61.79%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#066DBA (or 0x066DBA) is known color: Navy Blue. HEX triplet: 06, 6D and BA. RGB value is (6,109,186). Sum of RGB (Red+Green+Blue) = 6+109+186=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #066DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DBA is #F99245. Grayscale: #565656. Windows color (decimal): -16355910 or 12217606. OLE color: 12217606.

HSL color Cylindrical-coordinate representation of color #066DBA: hue angle of 205.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DBA is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 109 186 -
CMYK 0.97 0.41 0 0.27
HSL 205.67º 0.94% 0.38% -
HSV(B) 205.67º 0.97% 0.73% -
XYZ 14.41 14.52 48.5 -
YUV 86.98 183.88 70.24 -
System Red Green Blue C M Y K H S L
Decimal 6 109 186 0.97 0.41 0 0.27 205.67 0.94 0.38
Hex 6 6D BA 61 29 0 1B CE 5E 26
Octal 6 155 272 141 51 0 33 316 136 46
Binary 110 1101101 10111010 1100001 101001 0 11011 11001110 1011110 100110

Color Harmonies of #066DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DBA

Black with #066DBA

Text Example


Text Example

White with #066DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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