Html Css Color HEX #155CAA Denim

📋 copy color: '#155CAA'

red 21 ◦ green 92 ◦ blue 170

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

Shades of Denim #155CAA

Tints of Denim #155CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.07%

R = 7.42%
G = 32.51%
B = 60.07%

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

#155CAA (or 0x155CAA) is known color: Denim. HEX triplet: 15, 5C and AA. RGB value is (21,92,170). Sum of RGB (Red+Green+Blue) = 21+92+170=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #155CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155CAA is #EAA355. Grayscale: #4F4F4F. Windows color (decimal): -15377238 or 11164693. OLE color: 11164693.

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

Color convert

RGB 21 92 170 -
CMYK 0.88 0.46 0 0.33
HSL 211.41º 0.78% 0.37% -
HSV(B) 211.41º 0.88% 0.67% -
XYZ 11.39 10.72 39.5 -
YUV 79.66 178.98 86.16 -
System Red Green Blue C M Y K H S L
Decimal 21 92 170 0.88 0.46 0 0.33 211.41 0.78 0.37
Hex 15 5C AA 58 2E 0 21 D3 4E 25
Octal 25 134 252 130 56 0 41 323 116 45
Binary 10101 1011100 10101010 1011000 101110 0 100001 11010011 1001110 100101

Color Harmonies of #155CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CAA

Black with #155CAA

Text Example


Text Example

White with #155CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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