#1554A8

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

Shades of Denim #1554A8

Tints of Denim #1554A8

Color information

#1554A8 (or 0x1554A8) is unknown color: approx Denim. HEX triplet: 15, 54 and A8. RGB value is (21,84,168). Sum of RGB (Red+Green+Blue) = 21+84+168=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 168 (66.02% from 255 or 61.54% from 273); Max value from RGB is 168 - color contains mainly: blue. Hex color #1554A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1554A8 is #EAAB57. Grayscale: #4A4A4A. Windows color (decimal): -15379288 or 11031573. OLE color: 11031573.

HSL color Cylindrical-coordinate representation of color #1554A8: hue angle of 214.29º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1554A8 is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2184168-
CMYK0.880.500.34
HSL214.29º77.78%37.06%-
HSV(B)214.29º87.5%65.88%-
XYZ10.559.3338.29-
YUV74.74180.6389.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.69%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 168 (66.02% from 255) = 61.54%
R=7.69%
G=30.77%
B=61.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21841680.880.500.34214.2977.7837.06
Hex1554A85832022d64e25
Octal251242501306204232611645
Binary1010110101001010100010110001100100100010110101101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1554A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1554A8; }

 p { color: rgb(21,84,168); }

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

<style>
 a { background-color: #1554A8; }

 a { background-color: rgb(21,84,168); }

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

<style>
 span { border-color: #1554A8; }

 span { border-color: rgb(21,84,168); }

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