Html Css Color HEX #1064D6 Navy Blue

📋 copy color: '#1064D6'

red 16 ◦ green 100 ◦ blue 214

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

Shades of Navy Blue #1064D6

Tints of Navy Blue #1064D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.85%

R = 4.85%
G = 30.3%
B = 64.85%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1064D6 (or 0x1064D6) is known color: Navy Blue. HEX triplet: 10, 64 and D6. RGB value is (16,100,214). Sum of RGB (Red+Green+Blue) = 16+100+214=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #1064D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064D6 is #EF9B29. Grayscale: #575757. Windows color (decimal): -15702826 or 14050320. OLE color: 14050320.

HSL color Cylindrical-coordinate representation of color #1064D6: hue angle of 214.55º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1064D6 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 100 214 -
CMYK 0.93 0.53 0 0.16
HSL 214.55º 0.86% 0.45% -
HSV(B) 214.55º 0.93% 0.84% -
XYZ 16.91 14.08 65.44 -
YUV 87.88 199.17 76.73 -
System Red Green Blue C M Y K H S L
Decimal 16 100 214 0.93 0.53 0 0.16 214.55 0.86 0.45
Hex 10 64 D6 5D 35 0 10 D7 56 2D
Octal 20 144 326 135 65 0 20 327 126 55
Binary 10000 1100100 11010110 1011101 110101 0 10000 11010111 1010110 101101

Color Harmonies of #1064D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1064D6

Black with #1064D6

Text Example


Text Example

White with #1064D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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