Html Css Color HEX #1373DB Navy Blue

📋 copy color: '#1373DB'

red 19 ◦ green 115 ◦ blue 219

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

Shades of Navy Blue #1373DB

Tints of Navy Blue #1373DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 5.38%
G = 32.58%
B = 62.04%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1373DB (or 0x1373DB) is known color: Navy Blue. HEX triplet: 13, 73 and DB. RGB value is (19,115,219). Sum of RGB (Red+Green+Blue) = 19+115+219=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #1373DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1373DB is #EC8C24. Grayscale: #616161. Windows color (decimal): -15502373 or 14381843. OLE color: 14381843.

HSL color Cylindrical-coordinate representation of color #1373DB: hue angle of 211.2º 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 #1373DB is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 115 219 -
CMYK 0.91 0.47 0 0.14
HSL 211.2º 0.84% 0.47% -
HSV(B) 211.2º 0.91% 0.86% -
XYZ 19.19 17.51 69.39 -
YUV 98.15 196.2 71.54 -
System Red Green Blue C M Y K H S L
Decimal 19 115 219 0.91 0.47 0 0.14 211.2 0.84 0.47
Hex 13 73 DB 5B 2F 0 E D3 54 2F
Octal 23 163 333 133 57 0 16 323 124 57
Binary 10011 1110011 11011011 1011011 101111 0 1110 11010011 1010100 101111

Color Harmonies of #1373DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373DB

Black with #1373DB

Text Example


Text Example

White with #1373DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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