Html Css Color HEX #1958BF Denim

📋 copy color: '#1958BF'

red 25 ◦ green 88 ◦ blue 191

#1958BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1958BF

Tints of Denim #1958BF

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 value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1958BF (or 0x1958BF) is known color: 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

RGB 25 88 191 -
CMYK 0.87 0.54 0 0.25
HSL 217.23º 0.77% 0.42% -
HSV(B) 217.23º 0.87% 0.75% -
XYZ 13.29 10.95 50.7 -
YUV 80.91 190.13 88.12 -
System Red Green Blue C M Y K H S L
Decimal 25 88 191 0.87 0.54 0 0.25 217.23 0.77 0.42
Hex 19 58 BF 57 36 0 19 D9 4D 2A
Octal 31 130 277 127 66 0 31 331 115 52
Binary 11001 1011000 10111111 1010111 110110 0 11001 11011001 1001101 101010

Color Harmonies of #1958BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1958BF

Black with #1958BF

Text Example


Text Example

White with #1958BF

Text Example


Text Example

HTML Codes & Css Web 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>