Html Css Color HEX #155ECD Denim

📋 copy color: '#155ECD'

red 21 ◦ green 94 ◦ blue 205

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

Shades of Denim #155ECD

Tints of Denim #155ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 6.56%
G = 29.38%
B = 64.06%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#155ECD (or 0x155ECD) is known color: Denim. HEX triplet: 15, 5E and CD. RGB value is (21,94,205). Sum of RGB (Red+Green+Blue) = 21+94+205=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #155ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ECD is #EAA132. Grayscale: #545454. Windows color (decimal): -15376691 or 13458965. OLE color: 13458965.

HSL color Cylindrical-coordinate representation of color #155ECD: hue angle of 216.2º 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 #155ECD is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 94 205 -
CMYK 0.90 0.54 0 0.20
HSL 216.2º 0.81% 0.44% -
HSV(B) 216.2º 0.9% 0.8% -
XYZ 15.33 12.57 59.38 -
YUV 84.83 195.82 82.47 -
System Red Green Blue C M Y K H S L
Decimal 21 94 205 0.90 0.54 0 0.20 216.2 0.81 0.44
Hex 15 5E CD 5A 36 0 14 D8 51 2C
Octal 25 136 315 132 66 0 24 330 121 54
Binary 10101 1011110 11001101 1011010 110110 0 10100 11011000 1010001 101100

Color Harmonies of #155ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ECD

Black with #155ECD

Text Example


Text Example

White with #155ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,94,205); }

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

background-color css

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

 a { background-color: rgb(21,94,205); }

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

border-color css

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

 span { border-color: rgb(21,94,205); }

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