#1354BE

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

Shades of Denim #1354BE

Tints of Denim #1354BE

Color information

#1354BE (or 0x1354BE) is unknown color: approx Denim. HEX triplet: 13, 54 and BE. RGB value is (19,84,190). Sum of RGB (Red+Green+Blue) = 19+84+190=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #1354BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1354BE is #ECAB41. Grayscale: #4C4C4C. Windows color (decimal): -15510338 or 12473363. OLE color: 12473363.

HSL color Cylindrical-coordinate representation of color #1354BE: hue angle of 217.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1354BE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1984190-
CMYK0.900.5600.25
HSL217.19º81.82%40.98%-
HSV(B)217.19º90%74.51%-
XYZ12.7310.250.01-
YUV76.65191.9786.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.48%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 190 (74.61% from 255) = 64.85%
R=6.48%
G=28.67%
B=64.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19841900.900.5600.25217.1981.8240.98
Hex1354BE5A38019d95229
Octal231242761327003133112251
Binary100111010100101111101011010111000011001110110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1354BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1354BE; }

 p { color: rgb(19,84,190); }

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

<style>
 a { background-color: #1354BE; }

 a { background-color: rgb(19,84,190); }

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

<style>
 span { border-color: #1354BE; }

 span { border-color: rgb(19,84,190); }

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