Html Css Color HEX #064FED Navy Blue

📋 copy color: '#064FED'

red 6 ◦ green 79 ◦ blue 237

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

Shades of Navy Blue #064FED

Tints of Navy Blue #064FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.6%

R = 1.86%
G = 24.53%
B = 73.6%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#064FED (or 0x064FED) is known color: Navy Blue. HEX triplet: 06, 4F and ED. RGB value is (6,79,237). Sum of RGB (Red+Green+Blue) = 6+79+237=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #064FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064FED is #F9B012. Grayscale: #4A4A4A. Windows color (decimal): -16363539 or 15552262. OLE color: 15552262.

HSL color Cylindrical-coordinate representation of color #064FED: hue angle of 221.04º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064FED is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 79 237 -
CMYK 0.97 0.67 0 0.07
HSL 221.04º 0.95% 0.48% -
HSV(B) 221.04º 0.97% 0.93% -
XYZ 18.16 11.75 81.43 -
YUV 75.19 219.32 78.65 -
System Red Green Blue C M Y K H S L
Decimal 6 79 237 0.97 0.67 0 0.07 221.04 0.95 0.48
Hex 6 4F ED 61 43 0 7 DD 5F 30
Octal 6 117 355 141 103 0 7 335 137 60
Binary 110 1001111 11101101 1100001 1000011 0 111 11011101 1011111 110000

Color Harmonies of #064FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FED

Black with #064FED

Text Example


Text Example

White with #064FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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