#1368BA

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

Shades of Denim #1368BA

Tints of Denim #1368BA

Color information

#1368BA (or 0x1368BA) is unknown color: approx Denim. HEX triplet: 13, 68 and BA. RGB value is (19,104,186). Sum of RGB (Red+Green+Blue) = 19+104+186=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #1368BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368BA is #EC9745. Grayscale: #575757. Windows color (decimal): -15505222 or 12216339. OLE color: 12216339.

HSL color Cylindrical-coordinate representation of color #1368BA: hue angle of 209.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1368BA is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB19104186-
CMYK0.900.4400.27
HSL209.46º81.46%40.2%-
HSV(B)209.46º89.78%72.94%-
XYZ14.0813.5848.33-
YUV87.93183.3478.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=6.15%
G=33.66%
B=60.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191041860.900.4400.27209.4681.4640.2
Hex1368BA5A2C01Bd15128
Octal231502721325403332112150
Binary100111101000101110101011010101100011011110100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1368BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1368BA; }

 p { color: rgb(19,104,186); }

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

<style>
 a { background-color: #1368BA; }

 a { background-color: rgb(19,104,186); }

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

<style>
 span { border-color: #1368BA; }

 span { border-color: rgb(19,104,186); }

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