Html Css Color HEX #155EB5 Denim

📋 copy color: '#155EB5'

red 21 ◦ green 94 ◦ blue 181

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

Shades of Denim #155EB5

Tints of Denim #155EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 61.15%

R = 7.09%
G = 31.76%
B = 61.15%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#155EB5 (or 0x155EB5) is known color: Denim. HEX triplet: 15, 5E and B5. RGB value is (21,94,181). Sum of RGB (Red+Green+Blue) = 21+94+181=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 181 (71.09% from 255 or 61.15% from 296); Max value from RGB is 181 - color contains mainly: blue. Hex color #155EB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EB5 is #EAA14A. Grayscale: #515151. Windows color (decimal): -15376715 or 11886101. OLE color: 11886101.

HSL color Cylindrical-coordinate representation of color #155EB5: hue angle of 212.62º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155EB5 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 94 181 -
CMYK 0.88 0.48 0 0.29
HSL 212.63º 0.79% 0.4% -
HSV(B) 212.63º 0.88% 0.71% -
XYZ 12.65 11.5 45.27 -
YUV 82.09 183.82 84.43 -
System Red Green Blue C M Y K H S L
Decimal 21 94 181 0.88 0.48 0 0.29 212.63 0.79 0.4
Hex 15 5E B5 58 30 0 1D D5 4F 28
Octal 25 136 265 130 60 0 35 325 117 50
Binary 10101 1011110 10110101 1011000 110000 0 11101 11010101 1001111 101000

Color Harmonies of #155EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EB5

Black with #155EB5

Text Example


Text Example

White with #155EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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