#1472C4

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

Shades of Denim #1472C4

Tints of Denim #1472C4

Color information

#1472C4 (or 0x1472C4) is unknown color: approx Denim. HEX triplet: 14, 72 and C4. RGB value is (20,114,196). Sum of RGB (Red+Green+Blue) = 20+114+196=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 196 (76.95% from 255 or 59.39% from 330); Max value from RGB is 196 - color contains mainly: blue. Hex color #1472C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472C4 is #EB8D3B. Grayscale: #5E5E5E. Windows color (decimal): -15437116 or 12874260. OLE color: 12874260.

HSL color Cylindrical-coordinate representation of color #1472C4: hue angle of 207.95º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1472C4 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB20114196-
CMYK0.900.4200.23
HSL207.95º81.48%42.35%-
HSV(B)207.95º89.8%76.86%-
XYZ16.2716.1754.49-
YUV95.24184.8674.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.06%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 196 (76.95% from 255) = 59.39%
R=6.06%
G=34.55%
B=59.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201141960.900.4200.23207.9581.4842.35
Hex1472C45A2A017d0512a
Octal241623041325202732012152
Binary101001110010110001001011010101010010111110100001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1472C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1472C4; }

 p { color: rgb(20,114,196); }

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

<style>
 a { background-color: #1472C4; }

 a { background-color: rgb(20,114,196); }

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

<style>
 span { border-color: #1472C4; }

 span { border-color: rgb(20,114,196); }

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