Html Css Color HEX #1376D5 Navy Blue

📋 copy color: '#1376D5'

red 19 ◦ green 118 ◦ blue 213

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

Shades of Navy Blue #1376D5

Tints of Navy Blue #1376D5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 213 (83.59% from 255) = 60.86%

R = 5.43%
G = 33.71%
B = 60.86%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1376D5 (or 0x1376D5) is known color: Navy Blue. HEX triplet: 13, 76 and D5. RGB value is (19,118,213). Sum of RGB (Red+Green+Blue) = 19+118+213=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 213 (83.59% from 255 or 60.86% from 350); Max value from RGB is 213 - color contains mainly: blue. Hex color #1376D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376D5 is #EC892A. Grayscale: #626262. Windows color (decimal): -15501611 or 13989395. OLE color: 13989395.

HSL color Cylindrical-coordinate representation of color #1376D5: hue angle of 209.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1376D5 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 118 213 -
CMYK 0.91 0.45 0 0.16
HSL 209.38º 0.84% 0.45% -
HSV(B) 209.38º 0.91% 0.84% -
XYZ 18.76 17.9 65.42 -
YUV 99.23 192.2 70.78 -
System Red Green Blue C M Y K H S L
Decimal 19 118 213 0.91 0.45 0 0.16 209.38 0.84 0.45
Hex 13 76 D5 5B 2D 0 10 D1 54 2D
Octal 23 166 325 133 55 0 20 321 124 55
Binary 10011 1110110 11010101 1011011 101101 0 10000 11010001 1010100 101101

Color Harmonies of #1376D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376D5

Black with #1376D5

Text Example


Text Example

White with #1376D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1376D5; }

 p { color: rgb(19,118,213); }

 H1.HeaderClassName
 {
   color: #1376D5;
 }
 .AnyTagClassName
 {
   color: #1376D5;
 }
</style>

background-color css

<style>
 a { background-color: #1376D5; }

 a { background-color: rgb(19,118,213); }

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

border-color css

<style>
 span { border-color: #1376D5; }

 span { border-color: rgb(19,118,213); }

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