Html Css Color HEX #064DED Navy Blue

📋 copy color: '#064DED'

red 6 ◦ green 77 ◦ blue 237

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

Shades of Navy Blue #064DED

Tints of Navy Blue #064DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

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

R = 1.88%
G = 24.06%
B = 74.06%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#064DED (or 0x064DED) is known color: Navy Blue. HEX triplet: 06, 4D and ED. RGB value is (6,77,237). Sum of RGB (Red+Green+Blue) = 6+77+237=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #064DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064DED is #F9B212. Grayscale: #494949. Windows color (decimal): -16364051 or 15551750. OLE color: 15551750.

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

Color convert

RGB 6 77 237 -
CMYK 0.97 0.68 0 0.07
HSL 221.56º 0.95% 0.48% -
HSV(B) 221.56º 0.97% 0.93% -
XYZ 18.02 11.46 81.38 -
YUV 74.01 219.98 79.49 -
System Red Green Blue C M Y K H S L
Decimal 6 77 237 0.97 0.68 0 0.07 221.56 0.95 0.48
Hex 6 4D ED 61 44 0 7 DE 5F 30
Octal 6 115 355 141 104 0 7 336 137 60
Binary 110 1001101 11101101 1100001 1000100 0 111 11011110 1011111 110000

Color Harmonies of #064DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DED

Black with #064DED

Text Example


Text Example

White with #064DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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