Html Css Color HEX #064BDC Navy Blue

📋 copy color: '#064BDC'

red 6 ◦ green 75 ◦ blue 220

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

Shades of Navy Blue #064BDC

Tints of Navy Blue #064BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.09%

R = 1.99%
G = 24.92%
B = 73.09%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#064BDC (or 0x064BDC) is known color: Navy Blue. HEX triplet: 06, 4B and DC. RGB value is (6,75,220). Sum of RGB (Red+Green+Blue) = 6+75+220=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #064BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064BDC is #F9B423. Grayscale: #464646. Windows color (decimal): -16364580 or 14437126. OLE color: 14437126.

HSL color Cylindrical-coordinate representation of color #064BDC: hue angle of 220.65º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064BDC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 75 220 -
CMYK 0.97 0.66 0 0.14
HSL 220.65º 0.95% 0.44% -
HSV(B) 220.65º 0.97% 0.86% -
XYZ 15.51 10.24 68.87 -
YUV 70.9 212.14 81.71 -
System Red Green Blue C M Y K H S L
Decimal 6 75 220 0.97 0.66 0 0.14 220.65 0.95 0.44
Hex 6 4B DC 61 42 0 E DD 5F 2C
Octal 6 113 334 141 102 0 16 335 137 54
Binary 110 1001011 11011100 1100001 1000010 0 1110 11011101 1011111 101100

Color Harmonies of #064BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064BDC

Black with #064BDC

Text Example


Text Example

White with #064BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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