Html Css Color HEX #064BFE Navy Blue

📋 copy color: '#064BFE'

red 6 ◦ green 75 ◦ blue 254

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

Shades of Navy Blue #064BFE

Tints of Navy Blue #064BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

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

R = 1.79%
G = 22.39%
B = 75.82%

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

#064BFE (or 0x064BFE) is known color: Navy Blue. HEX triplet: 06, 4B and FE. RGB value is (6,75,254). Sum of RGB (Red+Green+Blue) = 6+75+254=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #064BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064BFE is #F9B401. Grayscale: #494949. Windows color (decimal): -16364546 or 16665350. OLE color: 16665350.

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

Color convert

RGB 6 75 254 -
CMYK 0.98 0.70 0 0.00
HSL 223.31º 0.99% 0.51% -
HSV(B) 223.31º 0.98% 1% -
XYZ 20.48 12.23 95.05 -
YUV 74.78 229.14 78.95 -
System Red Green Blue C M Y K H S L
Decimal 6 75 254 0.98 0.70 0 0.00 223.31 0.99 0.51
Hex 6 4B FE 62 46 0 0 DF 63 33
Octal 6 113 376 142 106 0 0 337 143 63
Binary 110 1001011 11111110 1100010 1000110 0 0 11011111 1100011 110011

Color Harmonies of #064BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064BFE

Black with #064BFE

Text Example


Text Example

White with #064BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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