Html Css Color HEX #155ACC Denim

📋 copy color: '#155ACC'

red 21 ◦ green 90 ◦ blue 204

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

Shades of Denim #155ACC

Tints of Denim #155ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.76%

R = 6.67%
G = 28.57%
B = 64.76%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#155ACC (or 0x155ACC) is known color: Denim. HEX triplet: 15, 5A and CC. RGB value is (21,90,204). Sum of RGB (Red+Green+Blue) = 21+90+204=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #155ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ACC is #EAA533. Grayscale: #515151. Windows color (decimal): -15377716 or 13392405. OLE color: 13392405.

HSL color Cylindrical-coordinate representation of color #155ACC: hue angle of 217.38º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155ACC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 90 204 -
CMYK 0.90 0.56 0 0.2
HSL 217.38º 0.81% 0.44% -
HSV(B) 217.38º 0.9% 0.8% -
XYZ 14.86 11.83 58.63 -
YUV 82.37 196.64 84.23 -
System Red Green Blue C M Y K H S L
Decimal 21 90 204 0.90 0.56 0 0.2 217.38 0.81 0.44
Hex 15 5A CC 5A 38 0 14 D9 51 2C
Octal 25 132 314 132 70 0 24 331 121 54
Binary 10101 1011010 11001100 1011010 111000 0 10100 11011001 1010001 101100

Color Harmonies of #155ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ACC

Black with #155ACC

Text Example


Text Example

White with #155ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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