Html Css Color HEX #1064CE Navy Blue

📋 copy color: '#1064CE'

red 16 ◦ green 100 ◦ blue 206

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

Shades of Navy Blue #1064CE

Tints of Navy Blue #1064CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.98%

R = 4.97%
G = 31.06%
B = 63.98%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1064CE (or 0x1064CE) is known color: Navy Blue. HEX triplet: 10, 64 and CE. RGB value is (16,100,206). Sum of RGB (Red+Green+Blue) = 16+100+206=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #1064CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064CE is #EF9B31. Grayscale: #565656. Windows color (decimal): -15702834 or 13526032. OLE color: 13526032.

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

Color convert

RGB 16 100 206 -
CMYK 0.92 0.51 0 0.19
HSL 213.47º 0.86% 0.44% -
HSV(B) 213.47º 0.92% 0.81% -
XYZ 15.91 13.68 60.19 -
YUV 86.97 195.17 77.38 -
System Red Green Blue C M Y K H S L
Decimal 16 100 206 0.92 0.51 0 0.19 213.47 0.86 0.44
Hex 10 64 CE 5C 33 0 13 D5 56 2C
Octal 20 144 316 134 63 0 23 325 126 54
Binary 10000 1100100 11001110 1011100 110011 0 10011 11010101 1010110 101100

Color Harmonies of #1064CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1064CE

Black with #1064CE

Text Example


Text Example

White with #1064CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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