Html Css Color HEX #155AC5 Denim

📋 copy color: '#155AC5'

red 21 ◦ green 90 ◦ blue 197

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

Shades of Denim #155AC5

Tints of Denim #155AC5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.22%

 BLUE value IS 197 (77.34% from 255) = 63.96%

R = 6.82%
G = 29.22%
B = 63.96%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#155AC5 (or 0x155AC5) is known color: Denim. HEX triplet: 15, 5A and C5. RGB value is (21,90,197). Sum of RGB (Red+Green+Blue) = 21+90+197=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 197 (77.34% from 255 or 63.96% from 308); Max value from RGB is 197 - color contains mainly: blue. Hex color #155AC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155AC5 is #EAA53A. Grayscale: #515151. Windows color (decimal): -15377723 or 12933653. OLE color: 12933653.

HSL color Cylindrical-coordinate representation of color #155AC5: hue angle of 216.48º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155AC5 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 21 90 197 -
CMYK 0.89 0.54 0 0.23
HSL 216.48º 0.81% 0.43% -
HSV(B) 216.48º 0.89% 0.77% -
XYZ 14.04 11.5 54.3 -
YUV 81.57 193.14 84.8 -
System Red Green Blue C M Y K H S L
Decimal 21 90 197 0.89 0.54 0 0.23 216.48 0.81 0.43
Hex 15 5A C5 59 36 0 17 D8 51 2B
Octal 25 132 305 131 66 0 27 330 121 53
Binary 10101 1011010 11000101 1011001 110110 0 10111 11011000 1010001 101011

Color Harmonies of #155AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AC5

Black with #155AC5

Text Example


Text Example

White with #155AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,90,197); }

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

background-color css

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

 a { background-color: rgb(21,90,197); }

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

border-color css

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

 span { border-color: rgb(21,90,197); }

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