#1C72BB

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

Shades of Denim #1C72BB

Tints of Denim #1C72BB

Color information

#1C72BB (or 0x1C72BB) is unknown color: approx Denim. HEX triplet: 1C, 72 and BB. RGB value is (28,114,187). Sum of RGB (Red+Green+Blue) = 28+114+187=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C72BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C72BB is #E38D44. Grayscale: #606060. Windows color (decimal): -14912837 or 12284444. OLE color: 12284444.

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

Color convert

RGB28114187-
CMYK0.850.3900.27
HSL207.55º73.95%42.16%-
HSV(B)207.55º85.03%73.33%-
XYZ15.4715.8749.26-
YUV96.61179.0179.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.51%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 187 (73.44% from 255) = 56.84%
R=8.51%
G=34.65%
B=56.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal281141870.850.3900.27207.5573.9542.16
Hex1C72BB552701Bd04a2a
Octal341622731254703332011252
Binary111001110010101110111010101100111011011110100001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,187); }

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

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

 a { background-color: rgb(28,114,187); }

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

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

 span { border-color: rgb(28,114,187); }

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