Html Css Color HEX #064EFC Navy Blue

📋 copy color: '#064EFC'

red 6 ◦ green 78 ◦ blue 252

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

Shades of Navy Blue #064EFC

Tints of Navy Blue #064EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75%

R = 1.79%
G = 23.21%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#064EFC (or 0x064EFC) is known color: Navy Blue. HEX triplet: 06, 4E and FC. RGB value is (6,78,252). Sum of RGB (Red+Green+Blue) = 6+78+252=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #064EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064EFC is #F9B103. Grayscale: #4B4B4B. Windows color (decimal): -16363780 or 16535046. OLE color: 16535046.

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

Color convert

RGB 6 78 252 -
CMYK 0.98 0.69 0 0.01
HSL 222.44º 0.98% 0.51% -
HSV(B) 222.44º 0.98% 0.99% -
XYZ 20.37 12.52 93.44 -
YUV 76.31 227.15 77.85 -
System Red Green Blue C M Y K H S L
Decimal 6 78 252 0.98 0.69 0 0.01 222.44 0.98 0.51
Hex 6 4E FC 62 45 0 1 DE 62 33
Octal 6 116 374 142 105 0 1 336 142 63
Binary 110 1001110 11111100 1100010 1000101 0 1 11011110 1100010 110011

Color Harmonies of #064EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064EFC

Black with #064EFC

Text Example


Text Example

White with #064EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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