Html Css Color HEX #1378D1 Navy Blue

📋 copy color: '#1378D1'

red 19 ◦ green 120 ◦ blue 209

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

Shades of Navy Blue #1378D1

Tints of Navy Blue #1378D1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

 BLUE value IS 209 (82.03% from 255) = 60.06%

R = 5.46%
G = 34.48%
B = 60.06%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1378D1 (or 0x1378D1) is known color: Navy Blue. HEX triplet: 13, 78 and D1. RGB value is (19,120,209). Sum of RGB (Red+Green+Blue) = 19+120+209=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 209 (82.03% from 255 or 60.06% from 348); Max value from RGB is 209 - color contains mainly: blue. Hex color #1378D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1378D1 is #EC872E. Grayscale: #636363. Windows color (decimal): -15501103 or 13727763. OLE color: 13727763.

HSL color Cylindrical-coordinate representation of color #1378D1: hue angle of 208.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1378D1 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 120 209 -
CMYK 0.91 0.43 0 0.18
HSL 208.11º 0.83% 0.45% -
HSV(B) 208.11º 0.91% 0.82% -
XYZ 18.49 18.17 62.85 -
YUV 99.95 189.54 70.26 -
System Red Green Blue C M Y K H S L
Decimal 19 120 209 0.91 0.43 0 0.18 208.11 0.83 0.45
Hex 13 78 D1 5B 2B 0 12 D0 53 2D
Octal 23 170 321 133 53 0 22 320 123 55
Binary 10011 1111000 11010001 1011011 101011 0 10010 11010000 1010011 101101

Color Harmonies of #1378D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1378D1

Black with #1378D1

Text Example


Text Example

White with #1378D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1378D1; }

 p { color: rgb(19,120,209); }

 H1.HeaderClassName
 {
   color: #1378D1;
 }
 .AnyTagClassName
 {
   color: #1378D1;
 }
</style>

background-color css

<style>
 a { background-color: #1378D1; }

 a { background-color: rgb(19,120,209); }

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

border-color css

<style>
 span { border-color: #1378D1; }

 span { border-color: rgb(19,120,209); }

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