#1055C7

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

Shades of Denim #1055C7

Tints of Denim #1055C7

Color information

#1055C7 (or 0x1055C7) is unknown color: approx Denim. HEX triplet: 10, 55 and C7. RGB value is (16,85,199). Sum of RGB (Red+Green+Blue) = 16+85+199=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 199 (78.12% from 255 or 66.33% from 300); Max value from RGB is 199 - color contains mainly: blue. Hex color #1055C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1055C7 is #EFAA38. Grayscale: #4C4C4C. Windows color (decimal): -15706681 or 13063440. OLE color: 13063440.

HSL color Cylindrical-coordinate representation of color #1055C7: hue angle of 217.38º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1055C7 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1685199-
CMYK0.920.5700.22
HSL217.38º85.12%42.16%-
HSV(B)217.38º91.96%78.04%-
XYZ13.7710.7355.38-
YUV77.36196.6484.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.33%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 199 (78.12% from 255) = 66.33%
R=5.33%
G=28.33%
B=66.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16851990.920.5700.22217.3885.1242.16
Hex1055C75C39016d9552a
Octal201253071347102633112552
Binary100001010101110001111011100111001010110110110011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1055C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1055C7; }

 p { color: rgb(16,85,199); }

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

<style>
 a { background-color: #1055C7; }

 a { background-color: rgb(16,85,199); }

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

<style>
 span { border-color: #1055C7; }

 span { border-color: rgb(16,85,199); }

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