#1C7ABC

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

Shades of Denim #1C7ABC

Tints of Denim #1C7ABC

Color information

#1C7ABC (or 0x1C7ABC) is unknown color: approx Denim. HEX triplet: 1C, 7A and BC. RGB value is (28,122,188). Sum of RGB (Red+Green+Blue) = 28+122+188=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7ABC is #E38543. Grayscale: #656565. Windows color (decimal): -14910788 or 12352028. OLE color: 12352028.

HSL color Cylindrical-coordinate representation of color #1C7ABC: hue angle of 204.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C7ABC is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB28122188-
CMYK0.850.3500.26
HSL204.75º74.07%42.35%-
HSV(B)204.75º85.11%73.73%-
XYZ16.5217.850.14-
YUV101.42176.8675.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.28%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 188 (73.83% from 255) = 55.62%
R=8.28%
G=36.09%
B=55.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281221880.850.3500.26204.7574.0742.35
Hex1C7ABC552301Acd4a2a
Octal341722741254303231511252
Binary111001111010101111001010101100011011010110011011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7ABC; }

 p { color: rgb(28,122,188); }

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

<style>
 a { background-color: #1C7ABC; }

 a { background-color: rgb(28,122,188); }

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

<style>
 span { border-color: #1C7ABC; }

 span { border-color: rgb(28,122,188); }

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