Html Css Color HEX #155EB9 Denim

📋 copy color: '#155EB9'

red 21 ◦ green 94 ◦ blue 185

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

Shades of Denim #155EB9

Tints of Denim #155EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 61.67%

R = 7%
G = 31.33%
B = 61.67%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#155EB9 (or 0x155EB9) is known color: Denim. HEX triplet: 15, 5E and B9. RGB value is (21,94,185). Sum of RGB (Red+Green+Blue) = 21+94+185=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #155EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EB9 is #EAA146. Grayscale: #525252. Windows color (decimal): -15376711 or 12148245. OLE color: 12148245.

HSL color Cylindrical-coordinate representation of color #155EB9: hue angle of 213.29º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155EB9 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 94 185 -
CMYK 0.89 0.49 0 0.27
HSL 213.29º 0.8% 0.4% -
HSV(B) 213.29º 0.89% 0.73% -
XYZ 13.07 11.67 47.46 -
YUV 82.55 185.82 84.1 -
System Red Green Blue C M Y K H S L
Decimal 21 94 185 0.89 0.49 0 0.27 213.29 0.8 0.4
Hex 15 5E B9 59 31 0 1B D5 50 28
Octal 25 136 271 131 61 0 33 325 120 50
Binary 10101 1011110 10111001 1011001 110001 0 11011 11010101 1010000 101000

Color Harmonies of #155EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EB9

Black with #155EB9

Text Example


Text Example

White with #155EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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