Html Css Color HEX #155ECA Denim

📋 copy color: '#155ECA'

red 21 ◦ green 94 ◦ blue 202

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

Shades of Denim #155ECA

Tints of Denim #155ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.72%

R = 6.62%
G = 29.65%
B = 63.72%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#155ECA (or 0x155ECA) is known color: Denim. HEX triplet: 15, 5E and CA. RGB value is (21,94,202). Sum of RGB (Red+Green+Blue) = 21+94+202=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #155ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ECA is #EAA135. Grayscale: #535353. Windows color (decimal): -15376694 or 13262357. OLE color: 13262357.

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

Color convert

RGB 21 94 202 -
CMYK 0.90 0.53 0 0.21
HSL 215.8º 0.81% 0.44% -
HSV(B) 215.8º 0.9% 0.79% -
XYZ 14.97 12.43 57.49 -
YUV 84.49 194.32 82.72 -
System Red Green Blue C M Y K H S L
Decimal 21 94 202 0.90 0.53 0 0.21 215.8 0.81 0.44
Hex 15 5E CA 5A 35 0 15 D8 51 2C
Octal 25 136 312 132 65 0 25 330 121 54
Binary 10101 1011110 11001010 1011010 110101 0 10101 11011000 1010001 101100

Color Harmonies of #155ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ECA

Black with #155ECA

Text Example


Text Example

White with #155ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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