Html Css Color HEX #1954AB Denim

📋 copy color: '#1954AB'

red 25 ◦ green 84 ◦ blue 171

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

Shades of Denim #1954AB

Tints of Denim #1954AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 8.93%
G = 30%
B = 61.07%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1954AB (or 0x1954AB) is known color: Denim. HEX triplet: 19, 54 and AB. RGB value is (25,84,171). Sum of RGB (Red+Green+Blue) = 25+84+171=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #1954AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1954AB is #E6AB54. Grayscale: #4B4B4B. Windows color (decimal): -15117141 or 11228185. OLE color: 11228185.

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

Color convert

RGB 25 84 171 -
CMYK 0.85 0.51 0 0.33
HSL 215.75º 0.74% 0.38% -
HSV(B) 215.75º 0.85% 0.67% -
XYZ 10.92 9.49 39.78 -
YUV 76.28 181.45 91.43 -
System Red Green Blue C M Y K H S L
Decimal 25 84 171 0.85 0.51 0 0.33 215.75 0.74 0.38
Hex 19 54 AB 55 33 0 21 D8 4A 26
Octal 31 124 253 125 63 0 41 330 112 46
Binary 11001 1010100 10101011 1010101 110011 0 100001 11011000 1001010 100110

Color Harmonies of #1954AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1954AB

Black with #1954AB

Text Example


Text Example

White with #1954AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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