Html Css Color HEX #066DDF Navy Blue

📋 copy color: '#066DDF'

red 6 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #066DDF

Tints of Navy Blue #066DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 1.78%
G = 32.25%
B = 65.98%

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

#066DDF (or 0x066DDF) is known color: Navy Blue. HEX triplet: 06, 6D and DF. RGB value is (6,109,223). Sum of RGB (Red+Green+Blue) = 6+109+223=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #066DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DDF is #F99220. Grayscale: #5A5A5A. Windows color (decimal): -16355873 or 14642438. OLE color: 14642438.

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

Color convert

RGB 6 109 223 -
CMYK 0.97 0.51 0 0.13
HSL 211.52º 0.95% 0.45% -
HSV(B) 211.52º 0.97% 0.87% -
XYZ 18.86 16.3 71.96 -
YUV 91.2 202.38 67.23 -
System Red Green Blue C M Y K H S L
Decimal 6 109 223 0.97 0.51 0 0.13 211.52 0.95 0.45
Hex 6 6D DF 61 33 0 D D4 5F 2D
Octal 6 155 337 141 63 0 15 324 137 55
Binary 110 1101101 11011111 1100001 110011 0 1101 11010100 1011111 101101

Color Harmonies of #066DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DDF

Black with #066DDF

Text Example


Text Example

White with #066DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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