#1374D8

Color #1374D8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1374D8

Tints of Navy Blue #1374D8

Color information

#1374D8 (or 0x1374D8) is unknown color: approx Navy Blue. HEX triplet: 13, 74 and D8. RGB value is (19,116,216). Sum of RGB (Red+Green+Blue) = 19+116+216=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 216 (84.77% from 255 or 61.54% from 351); Max value from RGB is 216 - color contains mainly: blue. Hex color #1374D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1374D8 is #EC8B27. Grayscale: #616161. Windows color (decimal): -15502120 or 14185491. OLE color: 14185491.

HSL color Cylindrical-coordinate representation of color #1374D8: hue angle of 210.46º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1374D8 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19116216-
CMYK0.910.4600.15
HSL210.46º83.83%46.08%-
HSV(B)210.46º91.2%84.71%-
XYZ18.9117.5967.36-
YUV98.4194.3671.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.41%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 216 (84.77% from 255) = 61.54%
R=5.41%
G=33.05%
B=61.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal191162160.910.4600.15210.4683.8346.08
Hex1374D85B2E0Fd2542e
Octal231643301335601732212456
Binary10011111010011011000101101110111001111110100101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1374D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1374D8; }

 p { color: rgb(19,116,216); }

 H1.HeaderClassName
 {
   color: #1374D8;
 }
 .AnyTagClassName
 {
   color: #1374D8;
 }
</style>
background-color css

<style>
 a { background-color: #1374D8; }

 a { background-color: rgb(19,116,216); }

 div.DivClassName
 {
   background-color: #1374D8;
 }
 .BgClassName
 {
   background-color: #1374D8;
 }
</style>
border-color css

<style>
 span { border-color: #1374D8; }

 span { border-color: rgb(19,116,216); }

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