Html Css Color HEX #1064CD Navy Blue

📋 copy color: '#1064CD'

red 16 ◦ green 100 ◦ blue 205

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

Shades of Navy Blue #1064CD

Tints of Navy Blue #1064CD

RGB

 RED value IS 16 (6.64% from 255) = 4.98%

 GREEN value IS 100 (39.45% from 255) = 31.15%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 4.98%
G = 31.15%
B = 63.86%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1064CD (or 0x1064CD) is known color: Navy Blue. HEX triplet: 10, 64 and CD. RGB value is (16,100,205). Sum of RGB (Red+Green+Blue) = 16+100+205=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #1064CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064CD is #EF9B32. Grayscale: #565656. Windows color (decimal): -15702835 or 13460496. OLE color: 13460496.

HSL color Cylindrical-coordinate representation of color #1064CD: hue angle of 213.33º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1064CD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 100 205 -
CMYK 0.92 0.51 0 0.20
HSL 213.33º 0.86% 0.43% -
HSV(B) 213.33º 0.92% 0.8% -
XYZ 15.79 13.63 59.56 -
YUV 86.85 194.67 77.46 -
System Red Green Blue C M Y K H S L
Decimal 16 100 205 0.92 0.51 0 0.20 213.33 0.86 0.43
Hex 10 64 CD 5C 33 0 14 D5 56 2B
Octal 20 144 315 134 63 0 24 325 126 53
Binary 10000 1100100 11001101 1011100 110011 0 10100 11010101 1010110 101011

Color Harmonies of #1064CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1064CD

Black with #1064CD

Text Example


Text Example

White with #1064CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1064CD; }

 p { color: rgb(16,100,205); }

 H1.HeaderClassName
 {
   color: #1064CD;
 }
 .AnyTagClassName
 {
   color: #1064CD;
 }
</style>

background-color css

<style>
 a { background-color: #1064CD; }

 a { background-color: rgb(16,100,205); }

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

border-color css

<style>
 span { border-color: #1064CD; }

 span { border-color: rgb(16,100,205); }

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