#1952BB

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

Shades of Denim #1952BB

Tints of Denim #1952BB

Color information

#1952BB (or 0x1952BB) is unknown color: approx Denim. HEX triplet: 19, 52 and BB. RGB value is (25,82,187). Sum of RGB (Red+Green+Blue) = 25+82+187=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #1952BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952BB is #E6AD44. Grayscale: #4C4C4C. Windows color (decimal): -15117637 or 12276249. OLE color: 12276249.

HSL color Cylindrical-coordinate representation of color #1952BB: hue angle of 218.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1952BB is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2582187-
CMYK0.870.5600.27
HSL218.89º76.42%41.57%-
HSV(B)218.89º86.63%73.33%-
XYZ12.399.8348.26-
YUV76.93190.1290.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.50%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 187 (73.44% from 255) = 63.61%
R=8.50%
G=27.89%
B=63.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25821870.870.5600.27218.8976.4241.57
Hex1952BB573801Bdb4c2a
Octal311222731277003333311452
Binary110011010010101110111010111111000011011110110111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1952BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1952BB; }

 p { color: rgb(25,82,187); }

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

<style>
 a { background-color: #1952BB; }

 a { background-color: rgb(25,82,187); }

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

<style>
 span { border-color: #1952BB; }

 span { border-color: rgb(25,82,187); }

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