#1D54B2

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

Shades of Denim #1D54B2

Tints of Denim #1D54B2

Color information

#1D54B2 (or 0x1D54B2) is unknown color: approx Denim. HEX triplet: 1D, 54 and B2. RGB value is (29,84,178). Sum of RGB (Red+Green+Blue) = 29+84+178=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 178 (69.92% from 255 or 61.17% from 291); Max value from RGB is 178 - color contains mainly: blue. Hex color #1D54B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D54B2 is #E2AB4D. Grayscale: #4D4D4D. Windows color (decimal): -14854990 or 11686941. OLE color: 11686941.

HSL color Cylindrical-coordinate representation of color #1D54B2: hue angle of 217.85º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D54B2 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2984178-
CMYK0.840.5300.30
HSL217.85º71.98%40.59%-
HSV(B)217.85º83.71%69.8%-
XYZ11.719.8243.4-
YUV78.27184.2892.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.97%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 178 (69.92% from 255) = 61.17%
R=9.97%
G=28.87%
B=61.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal29841780.840.5300.30217.8571.9840.59
Hex1D54B2543501Eda4829
Octal351242621246503633211051
Binary111011010100101100101010100110101011110110110101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D54B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,84,178); }

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

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

 a { background-color: rgb(29,84,178); }

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

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

 span { border-color: rgb(29,84,178); }

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