#1364BD

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

Shades of Denim #1364BD

Tints of Denim #1364BD

Color information

#1364BD (or 0x1364BD) is unknown color: approx Denim. HEX triplet: 13, 64 and BD. RGB value is (19,100,189). Sum of RGB (Red+Green+Blue) = 19+100+189=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #1364BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1364BD is #EC9B42. Grayscale: #555555. Windows color (decimal): -15506243 or 12411923. OLE color: 12411923.

HSL color Cylindrical-coordinate representation of color #1364BD: hue angle of 211.41º 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 #1364BD is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB19100189-
CMYK0.900.4700.26
HSL211.41º81.73%40.78%-
HSV(B)211.41º89.95%74.12%-
XYZ14.0112.9349.9-
YUV85.93186.1680.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.17%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=6.17%
G=32.47%
B=61.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191001890.900.4700.26211.4181.7340.78
Hex1364BD5A2F01Ad35229
Octal231442751325703232312251
Binary100111100100101111011011010101111011010110100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1364BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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