#1C5BBC

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

Shades of Denim #1C5BBC

Tints of Denim #1C5BBC

Color information

#1C5BBC (or 0x1C5BBC) is unknown color: approx Denim. HEX triplet: 1C, 5B and BC. RGB value is (28,91,188). Sum of RGB (Red+Green+Blue) = 28+91+188=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5BBC is #E3A443. Grayscale: #525252. Windows color (decimal): -14918724 or 12344092. OLE color: 12344092.

HSL color Cylindrical-coordinate representation of color #1C5BBC: hue angle of 216.38º 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 #1C5BBC is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2891188-
CMYK0.850.5200.26
HSL216.38º74.07%42.35%-
HSV(B)216.38º85.11%73.73%-
XYZ13.311.3649.07-
YUV83.22187.1388.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 188 (73.83% from 255) = 61.24%
R=9.12%
G=29.64%
B=61.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28911880.850.5200.26216.3874.0742.35
Hex1C5BBC553401Ad84a2a
Octal341332741256403233011252
Binary111001011011101111001010101110100011010110110001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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