Html Css Color HEX #1950AB Denim

📋 copy color: '#1950AB'

red 25 ◦ green 80 ◦ blue 171

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

Shades of Denim #1950AB

Tints of Denim #1950AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

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

R = 9.06%
G = 28.99%
B = 61.96%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1950AB (or 0x1950AB) is known color: Denim. HEX triplet: 19, 50 and AB. RGB value is (25,80,171). Sum of RGB (Red+Green+Blue) = 25+80+171=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #1950AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1950AB is #E6AF54. Grayscale: #494949. Windows color (decimal): -15118165 or 11227161. OLE color: 11227161.

HSL color Cylindrical-coordinate representation of color #1950AB: hue angle of 217.4º 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 #1950AB is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 80 171 -
CMYK 0.85 0.53 0 0.33
HSL 217.4º 0.74% 0.38% -
HSV(B) 217.4º 0.85% 0.67% -
XYZ 10.62 8.88 39.68 -
YUV 73.93 182.78 93.1 -
System Red Green Blue C M Y K H S L
Decimal 25 80 171 0.85 0.53 0 0.33 217.4 0.74 0.38
Hex 19 50 AB 55 35 0 21 D9 4A 26
Octal 31 120 253 125 65 0 41 331 112 46
Binary 11001 1010000 10101011 1010101 110101 0 100001 11011001 1001010 100110

Color Harmonies of #1950AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950AB

Black with #1950AB

Text Example


Text Example

White with #1950AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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