Html Css Color HEX #1370CD Navy Blue

📋 copy color: '#1370CD'

red 19 ◦ green 112 ◦ blue 205

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

Shades of Navy Blue #1370CD

Tints of Navy Blue #1370CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 5.65%
G = 33.33%
B = 61.01%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1370CD (or 0x1370CD) is known color: Navy Blue. HEX triplet: 13, 70 and CD. RGB value is (19,112,205). Sum of RGB (Red+Green+Blue) = 19+112+205=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #1370CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370CD is #EC8F32. Grayscale: #5E5E5E. Windows color (decimal): -15503155 or 13463571. OLE color: 13463571.

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

Color convert

RGB 19 112 205 -
CMYK 0.91 0.45 0 0.20
HSL 210º 0.83% 0.44% -
HSV(B) 210º 0.91% 0.8% -
XYZ 17.08 16.13 59.97 -
YUV 94.8 190.19 73.94 -
System Red Green Blue C M Y K H S L
Decimal 19 112 205 0.91 0.45 0 0.20 210 0.83 0.44
Hex 13 70 CD 5B 2D 0 14 D2 53 2C
Octal 23 160 315 133 55 0 24 322 123 54
Binary 10011 1110000 11001101 1011011 101101 0 10100 11010010 1010011 101100

Color Harmonies of #1370CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370CD

Black with #1370CD

Text Example


Text Example

White with #1370CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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