Html Css Color HEX #064BFB Navy Blue

📋 copy color: '#064BFB'

red 6 ◦ green 75 ◦ blue 251

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

Shades of Navy Blue #064BFB

Tints of Navy Blue #064BFB

RGB

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

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

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

R = 1.81%
G = 22.59%
B = 75.6%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#064BFB (or 0x064BFB) is known color: Navy Blue. HEX triplet: 06, 4B and FB. RGB value is (6,75,251). Sum of RGB (Red+Green+Blue) = 6+75+251=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #064BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064BFB is #F9B404. Grayscale: #494949. Windows color (decimal): -16364549 or 16468742. OLE color: 16468742.

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

Color convert

RGB 6 75 251 -
CMYK 0.98 0.70 0 0.02
HSL 223.1º 0.97% 0.5% -
HSV(B) 223.1º 0.98% 0.98% -
XYZ 20 12.04 92.54 -
YUV 74.43 227.64 79.19 -
System Red Green Blue C M Y K H S L
Decimal 6 75 251 0.98 0.70 0 0.02 223.1 0.97 0.5
Hex 6 4B FB 62 46 0 2 DF 61 32
Octal 6 113 373 142 106 0 2 337 141 62
Binary 110 1001011 11111011 1100010 1000110 0 10 11011111 1100001 110010

Color Harmonies of #064BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064BFB

Black with #064BFB

Text Example


Text Example

White with #064BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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