Html Css Color HEX #064DDF Navy Blue

📋 copy color: '#064DDF'

red 6 ◦ green 77 ◦ blue 223

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

Shades of Navy Blue #064DDF

Tints of Navy Blue #064DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.16%

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

R = 1.96%
G = 25.16%
B = 72.88%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#064DDF (or 0x064DDF) is known color: Navy Blue. HEX triplet: 06, 4D and DF. RGB value is (6,77,223). Sum of RGB (Red+Green+Blue) = 6+77+223=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #064DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DDF is #F9B220. Grayscale: #474747. Windows color (decimal): -16364065 or 14634246. OLE color: 14634246.

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

Color convert

RGB 6 77 223 -
CMYK 0.97 0.65 0 0.13
HSL 220.37º 0.95% 0.45% -
HSV(B) 220.37º 0.97% 0.87% -
XYZ 16.05 10.67 71.03 -
YUV 72.42 212.98 80.63 -
System Red Green Blue C M Y K H S L
Decimal 6 77 223 0.97 0.65 0 0.13 220.37 0.95 0.45
Hex 6 4D DF 61 41 0 D DC 5F 2D
Octal 6 115 337 141 101 0 15 334 137 55
Binary 110 1001101 11011111 1100001 1000001 0 1101 11011100 1011111 101101

Color Harmonies of #064DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DDF

Black with #064DDF

Text Example


Text Example

White with #064DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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