Html Css Color HEX #155EBA Denim

📋 copy color: '#155EBA'

red 21 ◦ green 94 ◦ blue 186

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

Shades of Denim #155EBA

Tints of Denim #155EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 6.98%
G = 31.23%
B = 61.79%

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

#155EBA (or 0x155EBA) is known color: Denim. HEX triplet: 15, 5E and BA. RGB value is (21,94,186). Sum of RGB (Red+Green+Blue) = 21+94+186=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #155EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EBA is #EAA145. Grayscale: #525252. Windows color (decimal): -15376710 or 12213781. OLE color: 12213781.

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

Color convert

RGB 21 94 186 -
CMYK 0.89 0.49 0 0.27
HSL 213.45º 0.8% 0.41% -
HSV(B) 213.45º 0.89% 0.73% -
XYZ 13.17 11.71 48.02 -
YUV 82.66 186.32 84.02 -
System Red Green Blue C M Y K H S L
Decimal 21 94 186 0.89 0.49 0 0.27 213.45 0.8 0.41
Hex 15 5E BA 59 31 0 1B D5 50 29
Octal 25 136 272 131 61 0 33 325 120 51
Binary 10101 1011110 10111010 1011001 110001 0 11011 11010101 1010000 101001

Color Harmonies of #155EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EBA

Black with #155EBA

Text Example


Text Example

White with #155EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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