#1055CC

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

Shades of Denim #1055CC

Tints of Denim #1055CC

Color information

#1055CC (or 0x1055CC) is unknown color: approx Denim. HEX triplet: 10, 55 and CC. RGB value is (16,85,204). Sum of RGB (Red+Green+Blue) = 16+85+204=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #1055CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1055CC is #EFAA33. Grayscale: #4D4D4D. Windows color (decimal): -15706676 or 13391120. OLE color: 13391120.

HSL color Cylindrical-coordinate representation of color #1055CC: hue angle of 217.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1055CC is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1685204-
CMYK0.920.5800.2
HSL217.98º85.45%43.14%-
HSV(B)217.98º92.16%80%-
XYZ14.3610.9758.49-
YUV77.94199.1483.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 204 (80.08% from 255) = 66.89%
R=5.25%
G=27.87%
B=66.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16852040.920.5800.2217.9885.4543.14
Hex1055CC5C3A014da552b
Octal201253141347202433212553
Binary100001010101110011001011100111010010100110110101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1055CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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