Html Css Color HEX #1373CD Navy Blue

📋 copy color: '#1373CD'

red 19 ◦ green 115 ◦ blue 205

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

Shades of Navy Blue #1373CD

Tints of Navy Blue #1373CD

RGB

 RED value IS 19 (7.81% from 255) = 5.6%

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 5.6%
G = 33.92%
B = 60.47%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1373CD (or 0x1373CD) is known color: Navy Blue. HEX triplet: 13, 73 and CD. RGB value is (19,115,205). Sum of RGB (Red+Green+Blue) = 19+115+205=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #1373CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1373CD is #EC8C32. Grayscale: #606060. Windows color (decimal): -15502387 or 13464339. OLE color: 13464339.

HSL color Cylindrical-coordinate representation of color #1373CD: hue angle of 209.03º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1373CD is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 115 205 -
CMYK 0.91 0.44 0 0.20
HSL 209.03º 0.83% 0.44% -
HSV(B) 209.03º 0.91% 0.8% -
XYZ 17.42 16.81 60.08 -
YUV 96.56 189.2 72.68 -
System Red Green Blue C M Y K H S L
Decimal 19 115 205 0.91 0.44 0 0.20 209.03 0.83 0.44
Hex 13 73 CD 5B 2C 0 14 D1 53 2C
Octal 23 163 315 133 54 0 24 321 123 54
Binary 10011 1110011 11001101 1011011 101100 0 10100 11010001 1010011 101100

Color Harmonies of #1373CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373CD

Black with #1373CD

Text Example


Text Example

White with #1373CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,115,205); }

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

background-color css

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

 a { background-color: rgb(19,115,205); }

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

border-color css

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

 span { border-color: rgb(19,115,205); }

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