Html Css Color HEX #155ECE Denim

📋 copy color: '#155ECE'

red 21 ◦ green 94 ◦ blue 206

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

Shades of Denim #155ECE

Tints of Denim #155ECE

RGB

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

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

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

R = 6.54%
G = 29.28%
B = 64.17%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#155ECE (or 0x155ECE) is known color: Denim. HEX triplet: 15, 5E and CE. RGB value is (21,94,206). Sum of RGB (Red+Green+Blue) = 21+94+206=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #155ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ECE is #EAA131. Grayscale: #545454. Windows color (decimal): -15376690 or 13524501. OLE color: 13524501.

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

Color convert

RGB 21 94 206 -
CMYK 0.90 0.54 0 0.19
HSL 216.32º 0.81% 0.45% -
HSV(B) 216.32º 0.9% 0.81% -
XYZ 15.45 12.62 60.01 -
YUV 84.94 196.32 82.39 -
System Red Green Blue C M Y K H S L
Decimal 21 94 206 0.90 0.54 0 0.19 216.32 0.81 0.45
Hex 15 5E CE 5A 36 0 13 D8 51 2D
Octal 25 136 316 132 66 0 23 330 121 55
Binary 10101 1011110 11001110 1011010 110110 0 10011 11011000 1010001 101101

Color Harmonies of #155ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ECE

Black with #155ECE

Text Example


Text Example

White with #155ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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