#1368C9

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

Shades of Denim #1368C9

Tints of Denim #1368C9

Color information

#1368C9 (or 0x1368C9) is unknown color: approx Denim. HEX triplet: 13, 68 and C9. RGB value is (19,104,201). Sum of RGB (Red+Green+Blue) = 19+104+201=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #1368C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368C9 is #EC9736. Grayscale: #595959. Windows color (decimal): -15505207 or 13199379. OLE color: 13199379.

HSL color Cylindrical-coordinate representation of color #1368C9: hue angle of 211.98º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1368C9 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19104201-
CMYK0.910.4800.21
HSL211.98º82.73%43.14%-
HSV(B)211.98º90.55%78.82%-
XYZ15.7614.2657.18-
YUV89.64190.8477.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.86%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 201 (78.91% from 255) = 62.04%
R=5.86%
G=32.10%
B=62.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191042010.910.4800.21211.9882.7343.14
Hex1368C95B30015d4532b
Octal231503111336002532412353
Binary100111101000110010011011011110000010101110101001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1368C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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