Html Css Color HEX #155CAC Denim

📋 copy color: '#155CAC'

red 21 ◦ green 92 ◦ blue 172

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

Shades of Denim #155CAC

Tints of Denim #155CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 7.37%
G = 32.28%
B = 60.35%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#155CAC (or 0x155CAC) is known color: Denim. HEX triplet: 15, 5C and AC. RGB value is (21,92,172). Sum of RGB (Red+Green+Blue) = 21+92+172=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #155CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155CAC is #EAA353. Grayscale: #4F4F4F. Windows color (decimal): -15377236 or 11295765. OLE color: 11295765.

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

Color convert

RGB 21 92 172 -
CMYK 0.88 0.47 0 0.33
HSL 211.79º 0.78% 0.38% -
HSV(B) 211.79º 0.88% 0.67% -
XYZ 11.58 10.79 40.5 -
YUV 79.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 21 92 172 0.88 0.47 0 0.33 211.79 0.78 0.38
Hex 15 5C AC 58 2F 0 21 D4 4E 26
Octal 25 134 254 130 57 0 41 324 116 46
Binary 10101 1011100 10101100 1011000 101111 0 100001 11010100 1001110 100110

Color Harmonies of #155CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CAC

Black with #155CAC

Text Example


Text Example

White with #155CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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