Html Css Color HEX #155ACE Denim

📋 copy color: '#155ACE'

red 21 ◦ green 90 ◦ blue 206

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

Shades of Denim #155ACE

Tints of Denim #155ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 6.62%
G = 28.39%
B = 64.98%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#155ACE (or 0x155ACE) is known color: Denim. HEX triplet: 15, 5A and CE. RGB value is (21,90,206). Sum of RGB (Red+Green+Blue) = 21+90+206=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #155ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ACE is #EAA531. Grayscale: #525252. Windows color (decimal): -15377714 or 13523477. OLE color: 13523477.

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

Color convert

RGB 21 90 206 -
CMYK 0.90 0.56 0 0.19
HSL 217.62º 0.81% 0.45% -
HSV(B) 217.62º 0.9% 0.81% -
XYZ 15.11 11.93 59.9 -
YUV 82.59 197.64 84.07 -
System Red Green Blue C M Y K H S L
Decimal 21 90 206 0.90 0.56 0 0.19 217.62 0.81 0.45
Hex 15 5A CE 5A 38 0 13 DA 51 2D
Octal 25 132 316 132 70 0 23 332 121 55
Binary 10101 1011010 11001110 1011010 111000 0 10011 11011010 1010001 101101

Color Harmonies of #155ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ACE

Black with #155ACE

Text Example


Text Example

White with #155ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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