Html Css Color HEX #064CDD Navy Blue

📋 copy color: '#064CDD'

red 6 ◦ green 76 ◦ blue 221

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

Shades of Navy Blue #064CDD

Tints of Navy Blue #064CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 1.98%
G = 25.08%
B = 72.94%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#064CDD (or 0x064CDD) is known color: Navy Blue. HEX triplet: 06, 4C and DD. RGB value is (6,76,221). Sum of RGB (Red+Green+Blue) = 6+76+221=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #064CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CDD is #F9B322. Grayscale: #464646. Windows color (decimal): -16364323 or 14502918. OLE color: 14502918.

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

Color convert

RGB 6 76 221 -
CMYK 0.97 0.66 0 0.13
HSL 220.47º 0.95% 0.45% -
HSV(B) 220.47º 0.97% 0.87% -
XYZ 15.71 10.43 69.59 -
YUV 71.6 212.31 81.21 -
System Red Green Blue C M Y K H S L
Decimal 6 76 221 0.97 0.66 0 0.13 220.47 0.95 0.45
Hex 6 4C DD 61 42 0 D DC 5F 2D
Octal 6 114 335 141 102 0 15 334 137 55
Binary 110 1001100 11011101 1100001 1000010 0 1101 11011100 1011111 101101

Color Harmonies of #064CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CDD

Black with #064CDD

Text Example


Text Example

White with #064CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,76,221); }

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

background-color css

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

 a { background-color: rgb(6,76,221); }

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

border-color css

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

 span { border-color: rgb(6,76,221); }

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