Html Css Color HEX #1370EC Navy Blue

📋 copy color: '#1370EC'

red 19 ◦ green 112 ◦ blue 236

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

Shades of Navy Blue #1370EC

Tints of Navy Blue #1370EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 5.18%
G = 30.52%
B = 64.31%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1370EC (or 0x1370EC) is known color: Navy Blue. HEX triplet: 13, 70 and EC. RGB value is (19,112,236). Sum of RGB (Red+Green+Blue) = 19+112+236=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #1370EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1370EC is #EC8F13. Grayscale: #616161. Windows color (decimal): -15503124 or 15495187. OLE color: 15495187.

HSL color Cylindrical-coordinate representation of color #1370EC: hue angle of 214.29º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1370EC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 112 236 -
CMYK 0.92 0.53 0 0.07
HSL 214.29º 0.85% 0.5% -
HSV(B) 214.29º 0.92% 0.93% -
XYZ 21.2 17.78 81.67 -
YUV 98.33 205.69 71.42 -
System Red Green Blue C M Y K H S L
Decimal 19 112 236 0.92 0.53 0 0.07 214.29 0.85 0.5
Hex 13 70 EC 5C 35 0 7 D6 55 32
Octal 23 160 354 134 65 0 7 326 125 62
Binary 10011 1110000 11101100 1011100 110101 0 111 11010110 1010101 110010

Color Harmonies of #1370EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370EC

Black with #1370EC

Text Example


Text Example

White with #1370EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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