Html Css Color HEX #155FAD Denim

📋 copy color: '#155FAD'

red 21 ◦ green 95 ◦ blue 173

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

Shades of Denim #155FAD

Tints of Denim #155FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.87%

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

R = 7.27%
G = 32.87%
B = 59.86%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#155FAD (or 0x155FAD) is known color: Denim. HEX triplet: 15, 5F and AD. RGB value is (21,95,173). Sum of RGB (Red+Green+Blue) = 21+95+173=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #155FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155FAD is #EAA052. Grayscale: #515151. Windows color (decimal): -15376467 or 11362069. OLE color: 11362069.

HSL color Cylindrical-coordinate representation of color #155FAD: hue angle of 210.79º 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 #155FAD is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 95 173 -
CMYK 0.88 0.45 0 0.32
HSL 210.79º 0.78% 0.38% -
HSV(B) 210.79º 0.88% 0.68% -
XYZ 11.94 11.36 41.1 -
YUV 81.77 179.48 84.66 -
System Red Green Blue C M Y K H S L
Decimal 21 95 173 0.88 0.45 0 0.32 210.79 0.78 0.38
Hex 15 5F AD 58 2D 0 20 D3 4E 26
Octal 25 137 255 130 55 0 40 323 116 46
Binary 10101 1011111 10101101 1011000 101101 0 100000 11010011 1001110 100110

Color Harmonies of #155FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FAD

Black with #155FAD

Text Example


Text Example

White with #155FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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