#1C72BE

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

Shades of Denim #1C72BE

Tints of Denim #1C72BE

Color information

#1C72BE (or 0x1C72BE) is unknown color: approx Denim. HEX triplet: 1C, 72 and BE. RGB value is (28,114,190). Sum of RGB (Red+Green+Blue) = 28+114+190=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C72BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C72BE is #E38D41. Grayscale: #606060. Windows color (decimal): -14912834 or 12481052. OLE color: 12481052.

HSL color Cylindrical-coordinate representation of color #1C72BE: hue angle of 208.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C72BE is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28114190-
CMYK0.850.4000.25
HSL208.15º74.31%42.75%-
HSV(B)208.15º85.26%74.51%-
XYZ15.791650.97-
YUV96.95180.5178.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.43%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=8.43%
G=34.34%
B=57.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281141900.850.4000.25208.1574.3142.75
Hex1C72BE5528019d04a2b
Octal341622761255003132011253
Binary111001110010101111101010101101000011001110100001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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