#1366B3

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

Shades of Denim #1366B3

Tints of Denim #1366B3

Color information

#1366B3 (or 0x1366B3) is unknown color: approx Denim. HEX triplet: 13, 66 and B3. RGB value is (19,102,179). Sum of RGB (Red+Green+Blue) = 19+102+179=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #1366B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1366B3 is #EC994C. Grayscale: #555555. Windows color (decimal): -15505741 or 11757075. OLE color: 11757075.

HSL color Cylindrical-coordinate representation of color #1366B3: hue angle of 208.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1366B3 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB19102179-
CMYK0.890.4300.30
HSL208.88º80.81%38.82%-
HSV(B)208.88º89.39%70.2%-
XYZ13.1612.944.44-
YUV85.96180.580.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.33%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 179 (70.31% from 255) = 59.67%
R=6.33%
G=34%
B=59.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191021790.890.4300.30208.8880.8138.82
Hex1366B3592B01Ed15127
Octal231462631315303632112147
Binary100111100110101100111011001101011011110110100011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1366B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1366B3; }

 p { color: rgb(19,102,179); }

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

<style>
 a { background-color: #1366B3; }

 a { background-color: rgb(19,102,179); }

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

<style>
 span { border-color: #1366B3; }

 span { border-color: rgb(19,102,179); }

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