#1154B8

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

Shades of Denim #1154B8

Tints of Denim #1154B8

Color information

#1154B8 (or 0x1154B8) is unknown color: approx Denim. HEX triplet: 11, 54 and B8. RGB value is (17,84,184). Sum of RGB (Red+Green+Blue) = 17+84+184=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 184 (72.27% from 255 or 64.56% from 285); Max value from RGB is 184 - color contains mainly: blue. Hex color #1154B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1154B8 is #EEAB47. Grayscale: #4A4A4A. Windows color (decimal): -15641416 or 12080145. OLE color: 12080145.

HSL color Cylindrical-coordinate representation of color #1154B8: hue angle of 215.93º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1154B8 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1784184-
CMYK0.910.5400.28
HSL215.93º83.08%39.41%-
HSV(B)215.93º90.76%72.16%-
XYZ12.059.9246.63-
YUV75.37189.386.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.96%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 184 (72.27% from 255) = 64.56%
R=5.96%
G=29.47%
B=64.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17841840.910.5400.28215.9383.0839.41
Hex1154B85B3601Cd85327
Octal211242701336603433012347
Binary100011010100101110001011011110110011100110110001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1154B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1154B8; }

 p { color: rgb(17,84,184); }

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

<style>
 a { background-color: #1154B8; }

 a { background-color: rgb(17,84,184); }

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

<style>
 span { border-color: #1154B8; }

 span { border-color: rgb(17,84,184); }

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