Html Css Color HEX #064FFD Navy Blue

📋 copy color: '#064FFD'

red 6 ◦ green 79 ◦ blue 253

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

Shades of Navy Blue #064FFD

Tints of Navy Blue #064FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 74.85%

R = 1.78%
G = 23.37%
B = 74.85%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#064FFD (or 0x064FFD) is known color: Navy Blue. HEX triplet: 06, 4F and FD. RGB value is (6,79,253). Sum of RGB (Red+Green+Blue) = 6+79+253=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #064FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064FFD is #F9B002. Grayscale: #4C4C4C. Windows color (decimal): -16363523 or 16600838. OLE color: 16600838.

HSL color Cylindrical-coordinate representation of color #064FFD: hue angle of 222.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064FFD is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 79 253 -
CMYK 0.98 0.69 0 0.01
HSL 222.27º 0.98% 0.51% -
HSV(B) 222.27º 0.98% 0.99% -
XYZ 20.6 12.72 94.3 -
YUV 77.01 227.32 77.35 -
System Red Green Blue C M Y K H S L
Decimal 6 79 253 0.98 0.69 0 0.01 222.27 0.98 0.51
Hex 6 4F FD 62 45 0 1 DE 62 33
Octal 6 117 375 142 105 0 1 336 142 63
Binary 110 1001111 11111101 1100010 1000101 0 1 11011110 1100010 110011

Color Harmonies of #064FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FFD

Black with #064FFD

Text Example


Text Example

White with #064FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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