Html Css Color HEX #064DFE Navy Blue

📋 copy color: '#064DFE'

red 6 ◦ green 77 ◦ blue 254

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

Shades of Navy Blue #064DFE

Tints of Navy Blue #064DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.37%

R = 1.78%
G = 22.85%
B = 75.37%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#064DFE (or 0x064DFE) is known color: Navy Blue. HEX triplet: 06, 4D and FE. RGB value is (6,77,254). Sum of RGB (Red+Green+Blue) = 6+77+254=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #064DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064DFE is #F9B201. Grayscale: #4B4B4B. Windows color (decimal): -16364034 or 16665862. OLE color: 16665862.

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

Color convert

RGB 6 77 254 -
CMYK 0.98 0.70 0 0.00
HSL 222.82º 0.99% 0.51% -
HSV(B) 222.82º 0.98% 1% -
XYZ 20.62 12.5 95.09 -
YUV 75.95 228.48 78.11 -
System Red Green Blue C M Y K H S L
Decimal 6 77 254 0.98 0.70 0 0.00 222.82 0.99 0.51
Hex 6 4D FE 62 46 0 0 DF 63 33
Octal 6 115 376 142 106 0 0 337 143 63
Binary 110 1001101 11111110 1100010 1000110 0 0 11011111 1100011 110011

Color Harmonies of #064DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DFE

Black with #064DFE

Text Example


Text Example

White with #064DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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