#1378BD

Color #1378BD Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1378BD

Tints of Denim #1378BD

Color information

#1378BD (or 0x1378BD) is unknown color: approx Denim. HEX triplet: 13, 78 and BD. RGB value is (19,120,189). Sum of RGB (Red+Green+Blue) = 19+120+189=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #1378BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1378BD is #EC8742. Grayscale: #616161. Windows color (decimal): -15501123 or 12417043. OLE color: 12417043.

HSL color Cylindrical-coordinate representation of color #1378BD: hue angle of 204.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1378BD is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB19120189-
CMYK0.900.3700.26
HSL204.35º81.73%40.78%-
HSV(B)204.35º89.95%74.12%-
XYZ16.1717.2550.62-
YUV97.67179.5471.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.79%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=5.79%
G=36.59%
B=57.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191201890.900.3700.26204.3581.7340.78
Hex1378BD5A2501Acc5229
Octal231702751324503231412251
Binary100111111000101111011011010100101011010110011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1378BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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