Html Css Color HEX #064CDF Navy Blue

📋 copy color: '#064CDF'

red 6 ◦ green 76 ◦ blue 223

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

Shades of Navy Blue #064CDF

Tints of Navy Blue #064CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

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

R = 1.97%
G = 24.92%
B = 73.11%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#064CDF (or 0x064CDF) is known color: Navy Blue. HEX triplet: 06, 4C and DF. RGB value is (6,76,223). Sum of RGB (Red+Green+Blue) = 6+76+223=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #064CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CDF is #F9B320. Grayscale: #474747. Windows color (decimal): -16364321 or 14633990. OLE color: 14633990.

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

Color convert

RGB 6 76 223 -
CMYK 0.97 0.66 0 0.13
HSL 220.65º 0.95% 0.45% -
HSV(B) 220.65º 0.97% 0.87% -
XYZ 15.98 10.54 71 -
YUV 71.83 213.31 81.05 -
System Red Green Blue C M Y K H S L
Decimal 6 76 223 0.97 0.66 0 0.13 220.65 0.95 0.45
Hex 6 4C DF 61 42 0 D DD 5F 2D
Octal 6 114 337 141 102 0 15 335 137 55
Binary 110 1001100 11011111 1100001 1000010 0 1101 11011101 1011111 101101

Color Harmonies of #064CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CDF

Black with #064CDF

Text Example


Text Example

White with #064CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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