Html Css Color HEX #155EC7 Denim

📋 copy color: '#155EC7'

red 21 ◦ green 94 ◦ blue 199

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

Shades of Denim #155EC7

Tints of Denim #155EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 63.38%

R = 6.69%
G = 29.94%
B = 63.38%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#155EC7 (or 0x155EC7) is known color: Denim. HEX triplet: 15, 5E and C7. RGB value is (21,94,199). Sum of RGB (Red+Green+Blue) = 21+94+199=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 199 (78.12% from 255 or 63.38% from 314); Max value from RGB is 199 - color contains mainly: blue. Hex color #155EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EC7 is #EAA138. Grayscale: #535353. Windows color (decimal): -15376697 or 13065749. OLE color: 13065749.

HSL color Cylindrical-coordinate representation of color #155EC7: hue angle of 215.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155EC7 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 94 199 -
CMYK 0.89 0.53 0 0.22
HSL 215.39º 0.81% 0.43% -
HSV(B) 215.39º 0.89% 0.78% -
XYZ 14.62 12.29 55.63 -
YUV 84.14 192.82 82.96 -
System Red Green Blue C M Y K H S L
Decimal 21 94 199 0.89 0.53 0 0.22 215.39 0.81 0.43
Hex 15 5E C7 59 35 0 16 D7 51 2B
Octal 25 136 307 131 65 0 26 327 121 53
Binary 10101 1011110 11000111 1011001 110101 0 10110 11010111 1010001 101011

Color Harmonies of #155EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EC7

Black with #155EC7

Text Example


Text Example

White with #155EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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