#1368B1

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

Shades of Denim #1368B1

Tints of Denim #1368B1

Color information

#1368B1 (or 0x1368B1) is unknown color: approx Denim. HEX triplet: 13, 68 and B1. RGB value is (19,104,177). Sum of RGB (Red+Green+Blue) = 19+104+177=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 177 (69.53% from 255 or 59% from 300); Max value from RGB is 177 - color contains mainly: blue. Hex color #1368B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1368B1 is #EC974E. Grayscale: #565656. Windows color (decimal): -15505231 or 11626515. OLE color: 11626515.

HSL color Cylindrical-coordinate representation of color #1368B1: hue angle of 207.72º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1368B1 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB19104177-
CMYK0.890.4100.31
HSL207.72º80.61%38.43%-
HSV(B)207.72º89.27%69.41%-
XYZ13.1513.2143.45-
YUV86.91178.8479.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.33%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 177 (69.53% from 255) = 59%
R=6.33%
G=34.67%
B=59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191041770.890.4100.31207.7280.6138.43
Hex1368B1592901Fd05126
Octal231502611315103732012146
Binary100111101000101100011011001101001011111110100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1368B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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