Html Css Color HEX #064EFE Navy Blue

📋 copy color: '#064EFE'

red 6 ◦ green 78 ◦ blue 254

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

Shades of Navy Blue #064EFE

Tints of Navy Blue #064EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.08%

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

R = 1.78%
G = 23.08%
B = 75.15%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#064EFE (or 0x064EFE) is known color: Navy Blue. HEX triplet: 06, 4E and FE. RGB value is (6,78,254). Sum of RGB (Red+Green+Blue) = 6+78+254=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #064EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064EFE is #F9B101. Grayscale: #4B4B4B. Windows color (decimal): -16363778 or 16666118. OLE color: 16666118.

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

Color convert

RGB 6 78 254 -
CMYK 0.98 0.69 0 0.00
HSL 222.58º 0.99% 0.51% -
HSV(B) 222.58º 0.98% 1% -
XYZ 20.69 12.64 95.12 -
YUV 76.54 228.15 77.69 -
System Red Green Blue C M Y K H S L
Decimal 6 78 254 0.98 0.69 0 0.00 222.58 0.99 0.51
Hex 6 4E FE 62 45 0 0 DF 63 33
Octal 6 116 376 142 105 0 0 337 143 63
Binary 110 1001110 11111110 1100010 1000101 0 0 11011111 1100011 110011

Color Harmonies of #064EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064EFE

Black with #064EFE

Text Example


Text Example

White with #064EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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