Html Css Color HEX #155EC9 Denim

📋 copy color: '#155EC9'

red 21 ◦ green 94 ◦ blue 201

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

Shades of Denim #155EC9

Tints of Denim #155EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 63.61%

R = 6.65%
G = 29.75%
B = 63.61%

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

#155EC9 (or 0x155EC9) is known color: Denim. HEX triplet: 15, 5E and C9. RGB value is (21,94,201). Sum of RGB (Red+Green+Blue) = 21+94+201=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #155EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EC9 is #EAA136. Grayscale: #535353. Windows color (decimal): -15376695 or 13196821. OLE color: 13196821.

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

Color convert

RGB 21 94 201 -
CMYK 0.90 0.53 0 0.21
HSL 215.67º 0.81% 0.44% -
HSV(B) 215.67º 0.9% 0.79% -
XYZ 14.85 12.38 56.87 -
YUV 84.37 193.82 82.8 -
System Red Green Blue C M Y K H S L
Decimal 21 94 201 0.90 0.53 0 0.21 215.67 0.81 0.44
Hex 15 5E C9 5A 35 0 15 D8 51 2C
Octal 25 136 311 132 65 0 25 330 121 54
Binary 10101 1011110 11001001 1011010 110101 0 10101 11011000 1010001 101100

Color Harmonies of #155EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EC9

Black with #155EC9

Text Example


Text Example

White with #155EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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