Html Css Color HEX #066DDD Navy Blue

📋 copy color: '#066DDD'

red 6 ◦ green 109 ◦ blue 221

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

Shades of Navy Blue #066DDD

Tints of Navy Blue #066DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 1.79%
G = 32.44%
B = 65.77%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#066DDD (or 0x066DDD) is known color: Navy Blue. HEX triplet: 06, 6D and DD. RGB value is (6,109,221). Sum of RGB (Red+Green+Blue) = 6+109+221=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #066DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DDD is #F99222. Grayscale: #5A5A5A. Windows color (decimal): -16355875 or 14511366. OLE color: 14511366.

HSL color Cylindrical-coordinate representation of color #066DDD: hue angle of 211.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DDD is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 109 221 -
CMYK 0.97 0.51 0 0.13
HSL 211.26º 0.95% 0.45% -
HSV(B) 211.26º 0.97% 0.87% -
XYZ 18.59 16.2 70.55 -
YUV 90.97 201.38 67.39 -
System Red Green Blue C M Y K H S L
Decimal 6 109 221 0.97 0.51 0 0.13 211.26 0.95 0.45
Hex 6 6D DD 61 33 0 D D3 5F 2D
Octal 6 155 335 141 63 0 15 323 137 55
Binary 110 1101101 11011101 1100001 110011 0 1101 11010011 1011111 101101

Color Harmonies of #066DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DDD

Black with #066DDD

Text Example


Text Example

White with #066DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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