Html Css Color HEX #064AFC Navy Blue

📋 copy color: '#064AFC'

red 6 ◦ green 74 ◦ blue 252

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

Shades of Navy Blue #064AFC

Tints of Navy Blue #064AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 252 (98.83% from 255) = 75.9%

R = 1.81%
G = 22.29%
B = 75.9%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#064AFC (or 0x064AFC) is known color: Navy Blue. HEX triplet: 06, 4A and FC. RGB value is (6,74,252). Sum of RGB (Red+Green+Blue) = 6+74+252=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #064AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064AFC is #F9B503. Grayscale: #494949. Windows color (decimal): -16364804 or 16534022. OLE color: 16534022.

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

Color convert

RGB 6 74 252 -
CMYK 0.98 0.71 0 0.01
HSL 223.41º 0.98% 0.51% -
HSV(B) 223.41º 0.98% 0.99% -
XYZ 20.09 11.96 93.35 -
YUV 73.96 228.47 79.53 -
System Red Green Blue C M Y K H S L
Decimal 6 74 252 0.98 0.71 0 0.01 223.41 0.98 0.51
Hex 6 4A FC 62 47 0 1 DF 62 33
Octal 6 112 374 142 107 0 1 337 142 63
Binary 110 1001010 11111100 1100010 1000111 0 1 11011111 1100010 110011

Color Harmonies of #064AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064AFC

Black with #064AFC

Text Example


Text Example

White with #064AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,74,252); }

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

background-color css

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

 a { background-color: rgb(6,74,252); }

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

border-color css

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

 span { border-color: rgb(6,74,252); }

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