Html Css Color HEX #064CFD Navy Blue

📋 copy color: '#064CFD'

red 6 ◦ green 76 ◦ blue 253

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

Shades of Navy Blue #064CFD

Tints of Navy Blue #064CFD

RGB

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

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

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

R = 1.79%
G = 22.69%
B = 75.52%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#064CFD (or 0x064CFD) is known color: Navy Blue. HEX triplet: 06, 4C and FD. RGB value is (6,76,253). Sum of RGB (Red+Green+Blue) = 6+76+253=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #064CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064CFD is #F9B302. Grayscale: #4A4A4A. Windows color (decimal): -16364291 or 16600070. OLE color: 16600070.

HSL color Cylindrical-coordinate representation of color #064CFD: hue angle of 223º 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 #064CFD is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 76 253 -
CMYK 0.98 0.70 0 0.01
HSL 223º 0.98% 0.51% -
HSV(B) 223º 0.98% 0.99% -
XYZ 20.39 12.3 94.23 -
YUV 75.25 228.31 78.61 -
System Red Green Blue C M Y K H S L
Decimal 6 76 253 0.98 0.70 0 0.01 223 0.98 0.51
Hex 6 4C FD 62 46 0 1 DF 62 33
Octal 6 114 375 142 106 0 1 337 142 63
Binary 110 1001100 11111101 1100010 1000110 0 1 11011111 1100010 110011

Color Harmonies of #064CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CFD

Black with #064CFD

Text Example


Text Example

White with #064CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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