Html Css Color HEX #155CAB Denim

📋 copy color: '#155CAB'

red 21 ◦ green 92 ◦ blue 171

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

Shades of Denim #155CAB

Tints of Denim #155CAB

RGB

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

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

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

R = 7.39%
G = 32.39%
B = 60.21%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#155CAB (or 0x155CAB) is known color: Denim. HEX triplet: 15, 5C and AB. RGB value is (21,92,171). Sum of RGB (Red+Green+Blue) = 21+92+171=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #155CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155CAB is #EAA354. Grayscale: #4F4F4F. Windows color (decimal): -15377237 or 11230229. OLE color: 11230229.

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

Color convert

RGB 21 92 171 -
CMYK 0.88 0.46 0 0.33
HSL 211.6º 0.78% 0.38% -
HSV(B) 211.6º 0.88% 0.67% -
XYZ 11.49 10.75 40 -
YUV 79.78 179.48 86.08 -
System Red Green Blue C M Y K H S L
Decimal 21 92 171 0.88 0.46 0 0.33 211.6 0.78 0.38
Hex 15 5C AB 58 2E 0 21 D4 4E 26
Octal 25 134 253 130 56 0 41 324 116 46
Binary 10101 1011100 10101011 1011000 101110 0 100001 11010100 1001110 100110

Color Harmonies of #155CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CAB

Black with #155CAB

Text Example


Text Example

White with #155CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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