#1054BD

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

Shades of Denim #1054BD

Tints of Denim #1054BD

Color information

#1054BD (or 0x1054BD) is unknown color: approx Denim. HEX triplet: 10, 54 and BD. RGB value is (16,84,189). Sum of RGB (Red+Green+Blue) = 16+84+189=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #1054BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1054BD is #EFAB42. Grayscale: #4B4B4B. Windows color (decimal): -15706947 or 12407824. OLE color: 12407824.

HSL color Cylindrical-coordinate representation of color #1054BD: hue angle of 216.42º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1054BD is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1684189-
CMYK0.920.5600.26
HSL216.42º84.39%40.2%-
HSV(B)216.42º91.53%74.12%-
XYZ12.5710.1249.44-
YUV75.64191.9785.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.54%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 189 (74.22% from 255) = 65.40%
R=5.54%
G=29.07%
B=65.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16841890.920.5600.26216.4284.3940.2
Hex1054BD5C3801Ad85428
Octal201242751347003233012450
Binary100001010100101111011011100111000011010110110001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1054BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1054BD; }

 p { color: rgb(16,84,189); }

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

<style>
 a { background-color: #1054BD; }

 a { background-color: rgb(16,84,189); }

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

<style>
 span { border-color: #1054BD; }

 span { border-color: rgb(16,84,189); }

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