Html Css Color HEX #064FDF Navy Blue

📋 copy color: '#064FDF'

red 6 ◦ green 79 ◦ blue 223

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

Shades of Navy Blue #064FDF

Tints of Navy Blue #064FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

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

R = 1.95%
G = 25.65%
B = 72.4%

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

#064FDF (or 0x064FDF) is known color: Navy Blue. HEX triplet: 06, 4F and DF. RGB value is (6,79,223). Sum of RGB (Red+Green+Blue) = 6+79+223=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #064FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FDF is #F9B020. Grayscale: #484848. Windows color (decimal): -16363553 or 14634758. OLE color: 14634758.

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

Color convert

RGB 6 79 223 -
CMYK 0.97 0.65 0 0.13
HSL 219.82º 0.95% 0.45% -
HSV(B) 219.82º 0.97% 0.87% -
XYZ 16.19 10.96 71.07 -
YUV 73.59 212.32 79.79 -
System Red Green Blue C M Y K H S L
Decimal 6 79 223 0.97 0.65 0 0.13 219.82 0.95 0.45
Hex 6 4F DF 61 41 0 D DC 5F 2D
Octal 6 117 337 141 101 0 15 334 137 55
Binary 110 1001111 11011111 1100001 1000001 0 1101 11011100 1011111 101101

Color Harmonies of #064FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FDF

Black with #064FDF

Text Example


Text Example

White with #064FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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