Html Css Color HEX #155CAD Denim

📋 copy color: '#155CAD'

red 21 ◦ green 92 ◦ blue 173

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

Shades of Denim #155CAD

Tints of Denim #155CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 7.34%
G = 32.17%
B = 60.49%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#155CAD (or 0x155CAD) is known color: Denim. HEX triplet: 15, 5C and AD. RGB value is (21,92,173). Sum of RGB (Red+Green+Blue) = 21+92+173=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #155CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155CAD is #EAA352. Grayscale: #4F4F4F. Windows color (decimal): -15377235 or 11361301. OLE color: 11361301.

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

Color convert

RGB 21 92 173 -
CMYK 0.88 0.47 0 0.32
HSL 211.97º 0.78% 0.38% -
HSV(B) 211.97º 0.88% 0.68% -
XYZ 11.68 10.83 41.01 -
YUV 80.01 180.48 85.91 -
System Red Green Blue C M Y K H S L
Decimal 21 92 173 0.88 0.47 0 0.32 211.97 0.78 0.38
Hex 15 5C AD 58 2F 0 20 D4 4E 26
Octal 25 134 255 130 57 0 40 324 116 46
Binary 10101 1011100 10101101 1011000 101111 0 100000 11010100 1001110 100110

Color Harmonies of #155CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CAD

Black with #155CAD

Text Example


Text Example

White with #155CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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