Html Css Color HEX #064CFE Navy Blue

📋 copy color: '#064CFE'

red 6 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #064CFE

Tints of Navy Blue #064CFE

RGB

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

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

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

R = 1.79%
G = 22.62%
B = 75.6%

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

#064CFE (or 0x064CFE) is known color: Navy Blue. HEX triplet: 06, 4C and FE. RGB value is (6,76,254). Sum of RGB (Red+Green+Blue) = 6+76+254=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #064CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064CFE is #F9B301. Grayscale: #4A4A4A. Windows color (decimal): -16364290 or 16665606. OLE color: 16665606.

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

Color convert

RGB 6 76 254 -
CMYK 0.98 0.70 0 0.00
HSL 223.06º 0.99% 0.51% -
HSV(B) 223.06º 0.98% 1% -
XYZ 20.55 12.36 95.07 -
YUV 75.36 228.81 78.53 -
System Red Green Blue C M Y K H S L
Decimal 6 76 254 0.98 0.70 0 0.00 223.06 0.99 0.51
Hex 6 4C FE 62 46 0 0 DF 63 33
Octal 6 114 376 142 106 0 0 337 143 63
Binary 110 1001100 11111110 1100010 1000110 0 0 11011111 1100011 110011

Color Harmonies of #064CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CFE

Black with #064CFE

Text Example


Text Example

White with #064CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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