#154FC2

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

Shades of Denim #154FC2

Tints of Denim #154FC2

Color information

#154FC2 (or 0x154FC2) is unknown color: approx Denim. HEX triplet: 15, 4F and C2. RGB value is (21,79,194). Sum of RGB (Red+Green+Blue) = 21+79+194=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #154FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FC2 is #EAB03D. Grayscale: #4A4A4A. Windows color (decimal): -15380542 or 12734229. OLE color: 12734229.

HSL color Cylindrical-coordinate representation of color #154FC2: hue angle of 219.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154FC2 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2179194-
CMYK0.890.5900.24
HSL219.88º80.47%42.16%-
HSV(B)219.88º89.18%76.08%-
XYZ12.849.6552.22-
YUV74.77195.2889.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.14%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 194 (76.17% from 255) = 65.99%
R=7.14%
G=26.87%
B=65.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21791940.890.5900.24219.8880.4742.16
Hex154FC2593B018dc502a
Octal251173021317303033412052
Binary101011001111110000101011001111011011000110111001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154FC2; }

 p { color: rgb(21,79,194); }

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

<style>
 a { background-color: #154FC2; }

 a { background-color: rgb(21,79,194); }

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

<style>
 span { border-color: #154FC2; }

 span { border-color: rgb(21,79,194); }

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