Html Css Color HEX #1958AB Denim

📋 copy color: '#1958AB'

red 25 ◦ green 88 ◦ blue 171

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

Shades of Denim #1958AB

Tints of Denim #1958AB

RGB

 RED value IS 25 (10.16% from 255) = 8.8%

 GREEN value IS 88 (34.77% from 255) = 30.99%

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 8.8%
G = 30.99%
B = 60.21%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1958AB (or 0x1958AB) is known color: Denim. HEX triplet: 19, 58 and AB. RGB value is (25,88,171). Sum of RGB (Red+Green+Blue) = 25+88+171=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #1958AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1958AB is #E6A754. Grayscale: #4E4E4E. Windows color (decimal): -15116117 or 11229209. OLE color: 11229209.

HSL color Cylindrical-coordinate representation of color #1958AB: hue angle of 214.11º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1958AB is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 88 171 -
CMYK 0.85 0.49 0 0.33
HSL 214.11º 0.74% 0.38% -
HSV(B) 214.11º 0.85% 0.67% -
XYZ 11.24 10.13 39.89 -
YUV 78.63 180.13 89.75 -
System Red Green Blue C M Y K H S L
Decimal 25 88 171 0.85 0.49 0 0.33 214.11 0.74 0.38
Hex 19 58 AB 55 31 0 21 D6 4A 26
Octal 31 130 253 125 61 0 41 326 112 46
Binary 11001 1011000 10101011 1010101 110001 0 100001 11010110 1001010 100110

Color Harmonies of #1958AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1958AB

Black with #1958AB

Text Example


Text Example

White with #1958AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1958AB;
 }
 .AnyTagClassName
 {
   color: #1958AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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