Html Css Color HEX #1065CD Navy Blue

📋 copy color: '#1065CD'

red 16 ◦ green 101 ◦ blue 205

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

Shades of Navy Blue #1065CD

Tints of Navy Blue #1065CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

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

R = 4.97%
G = 31.37%
B = 63.66%

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

#1065CD (or 0x1065CD) is known color: Navy Blue. HEX triplet: 10, 65 and CD. RGB value is (16,101,205). Sum of RGB (Red+Green+Blue) = 16+101+205=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #1065CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065CD is #EF9A32. Grayscale: #565656. Windows color (decimal): -15702579 or 13460752. OLE color: 13460752.

HSL color Cylindrical-coordinate representation of color #1065CD: hue angle of 213.02º 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 #1065CD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 101 205 -
CMYK 0.92 0.51 0 0.20
HSL 213.02º 0.86% 0.43% -
HSV(B) 213.02º 0.92% 0.8% -
XYZ 15.89 13.83 59.59 -
YUV 87.44 194.34 77.04 -
System Red Green Blue C M Y K H S L
Decimal 16 101 205 0.92 0.51 0 0.20 213.02 0.86 0.43
Hex 10 65 CD 5C 33 0 14 D5 56 2B
Octal 20 145 315 134 63 0 24 325 126 53
Binary 10000 1100101 11001101 1011100 110011 0 10100 11010101 1010110 101011

Color Harmonies of #1065CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065CD

Black with #1065CD

Text Example


Text Example

White with #1065CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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