Html Css Color HEX #1371DB Navy Blue

📋 copy color: '#1371DB'

red 19 ◦ green 113 ◦ blue 219

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

Shades of Navy Blue #1371DB

Tints of Navy Blue #1371DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

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

R = 5.41%
G = 32.19%
B = 62.39%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1371DB (or 0x1371DB) is known color: Navy Blue. HEX triplet: 13, 71 and DB. RGB value is (19,113,219). Sum of RGB (Red+Green+Blue) = 19+113+219=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #1371DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1371DB is #EC8E24. Grayscale: #606060. Windows color (decimal): -15502885 or 14381331. OLE color: 14381331.

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

Color convert

RGB 19 113 219 -
CMYK 0.91 0.48 0 0.14
HSL 211.8º 0.84% 0.47% -
HSV(B) 211.8º 0.91% 0.86% -
XYZ 18.96 17.06 69.31 -
YUV 96.98 196.86 72.38 -
System Red Green Blue C M Y K H S L
Decimal 19 113 219 0.91 0.48 0 0.14 211.8 0.84 0.47
Hex 13 71 DB 5B 30 0 E D4 54 2F
Octal 23 161 333 133 60 0 16 324 124 57
Binary 10011 1110001 11011011 1011011 110000 0 1110 11010100 1010100 101111

Color Harmonies of #1371DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371DB

Black with #1371DB

Text Example


Text Example

White with #1371DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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