Html Css Color HEX #064DFB Navy Blue

📋 copy color: '#064DFB'

red 6 ◦ green 77 ◦ blue 251

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

Shades of Navy Blue #064DFB

Tints of Navy Blue #064DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.15%

R = 1.8%
G = 23.05%
B = 75.15%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#064DFB (or 0x064DFB) is known color: Navy Blue. HEX triplet: 06, 4D and FB. RGB value is (6,77,251). Sum of RGB (Red+Green+Blue) = 6+77+251=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #064DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064DFB is #F9B204. Grayscale: #4A4A4A. Windows color (decimal): -16364037 or 16469254. OLE color: 16469254.

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

Color convert

RGB 6 77 251 -
CMYK 0.98 0.69 0 0.02
HSL 222.61º 0.97% 0.5% -
HSV(B) 222.61º 0.98% 0.98% -
XYZ 20.14 12.31 92.58 -
YUV 75.61 226.98 78.35 -
System Red Green Blue C M Y K H S L
Decimal 6 77 251 0.98 0.69 0 0.02 222.61 0.97 0.5
Hex 6 4D FB 62 45 0 2 DF 61 32
Octal 6 115 373 142 105 0 2 337 141 62
Binary 110 1001101 11111011 1100010 1000101 0 10 11011111 1100001 110010

Color Harmonies of #064DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DFB

Black with #064DFB

Text Example


Text Example

White with #064DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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