Html Css Color HEX #155AAD Denim

📋 copy color: '#155AAD'

red 21 ◦ green 90 ◦ blue 173

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

Shades of Denim #155AAD

Tints of Denim #155AAD

RGB

 RED value IS 21 (8.59% from 255) = 7.39%

 GREEN value IS 90 (35.55% from 255) = 31.69%

 BLUE value IS 173 (67.97% from 255) = 60.92%

R = 7.39%
G = 31.69%
B = 60.92%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#155AAD (or 0x155AAD) is known color: Denim. HEX triplet: 15, 5A and AD. RGB value is (21,90,173). Sum of RGB (Red+Green+Blue) = 21+90+173=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #155AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155AAD is #EAA552. Grayscale: #4E4E4E. Windows color (decimal): -15377747 or 11360789. OLE color: 11360789.

HSL color Cylindrical-coordinate representation of color #155AAD: hue angle of 212.76º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155AAD is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 90 173 -
CMYK 0.88 0.48 0 0.32
HSL 212.76º 0.78% 0.38% -
HSV(B) 212.76º 0.88% 0.68% -
XYZ 11.51 10.49 40.95 -
YUV 78.83 181.14 86.75 -
System Red Green Blue C M Y K H S L
Decimal 21 90 173 0.88 0.48 0 0.32 212.76 0.78 0.38
Hex 15 5A AD 58 30 0 20 D5 4E 26
Octal 25 132 255 130 60 0 40 325 116 46
Binary 10101 1011010 10101101 1011000 110000 0 100000 11010101 1001110 100110

Color Harmonies of #155AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AAD

Black with #155AAD

Text Example


Text Example

White with #155AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155AAD; }

 p { color: rgb(21,90,173); }

 H1.HeaderClassName
 {
   color: #155AAD;
 }
 .AnyTagClassName
 {
   color: #155AAD;
 }
</style>

background-color css

<style>
 a { background-color: #155AAD; }

 a { background-color: rgb(21,90,173); }

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

border-color css

<style>
 span { border-color: #155AAD; }

 span { border-color: rgb(21,90,173); }

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