Html Css Color HEX #1370DC Navy Blue

📋 copy color: '#1370DC'

red 19 ◦ green 112 ◦ blue 220

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

Shades of Navy Blue #1370DC

Tints of Navy Blue #1370DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 5.41%
G = 31.91%
B = 62.68%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1370DC (or 0x1370DC) is known color: Navy Blue. HEX triplet: 13, 70 and DC. RGB value is (19,112,220). Sum of RGB (Red+Green+Blue) = 19+112+220=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #1370DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370DC is #EC8F23. Grayscale: #5F5F5F. Windows color (decimal): -15503140 or 14446611. OLE color: 14446611.

HSL color Cylindrical-coordinate representation of color #1370DC: hue angle of 212.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1370DC is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 112 220 -
CMYK 0.91 0.49 0 0.14
HSL 212.24º 0.84% 0.47% -
HSV(B) 212.24º 0.91% 0.86% -
XYZ 18.98 16.89 69.97 -
YUV 96.51 197.69 72.72 -
System Red Green Blue C M Y K H S L
Decimal 19 112 220 0.91 0.49 0 0.14 212.24 0.84 0.47
Hex 13 70 DC 5B 31 0 E D4 54 2F
Octal 23 160 334 133 61 0 16 324 124 57
Binary 10011 1110000 11011100 1011011 110001 0 1110 11010100 1010100 101111

Color Harmonies of #1370DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370DC

Black with #1370DC

Text Example


Text Example

White with #1370DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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