#1958BF

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

Shades of Denim #1958BF

Tints of Denim #1958BF

Color information

#1958BF (or 0x1958BF) is unknown color: approx Denim. HEX triplet: 19, 58 and BF. RGB value is (25,88,191). Sum of RGB (Red+Green+Blue) = 25+88+191=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #1958BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1958BF is #E6A740. Grayscale: #505050. Windows color (decimal): -15116097 or 12539929. OLE color: 12539929.

HSL color Cylindrical-coordinate representation of color #1958BF: hue angle of 217.23º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1958BF is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2588191-
CMYK0.870.5400.25
HSL217.23º76.85%42.35%-
HSV(B)217.23º86.91%74.9%-
XYZ13.2910.9550.7-
YUV80.9190.1388.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.22%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 191 (75% from 255) = 62.83%
R=8.22%
G=28.95%
B=62.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25881910.870.5400.25217.2376.8542.35
Hex1958BF5736019d94d2a
Octal311302771276603133111552
Binary110011011000101111111010111110110011001110110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1958BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1958BF; }

 p { color: rgb(25,88,191); }

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

<style>
 a { background-color: #1958BF; }

 a { background-color: rgb(25,88,191); }

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

<style>
 span { border-color: #1958BF; }

 span { border-color: rgb(25,88,191); }

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