Html Css Color HEX #155EB6 Denim

📋 copy color: '#155EB6'

red 21 ◦ green 94 ◦ blue 182

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

Shades of Denim #155EB6

Tints of Denim #155EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 61.28%

R = 7.07%
G = 31.65%
B = 61.28%

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

#155EB6 (or 0x155EB6) is known color: Denim. HEX triplet: 15, 5E and B6. RGB value is (21,94,182). Sum of RGB (Red+Green+Blue) = 21+94+182=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #155EB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EB6 is #EAA149. Grayscale: #515151. Windows color (decimal): -15376714 or 11951637. OLE color: 11951637.

HSL color Cylindrical-coordinate representation of color #155EB6: hue angle of 212.8º 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 #155EB6 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 94 182 -
CMYK 0.88 0.48 0 0.29
HSL 212.8º 0.79% 0.4% -
HSV(B) 212.8º 0.88% 0.71% -
XYZ 12.76 11.54 45.81 -
YUV 82.21 184.32 84.34 -
System Red Green Blue C M Y K H S L
Decimal 21 94 182 0.88 0.48 0 0.29 212.8 0.79 0.4
Hex 15 5E B6 58 30 0 1D D5 4F 28
Octal 25 136 266 130 60 0 35 325 117 50
Binary 10101 1011110 10110110 1011000 110000 0 11101 11010101 1001111 101000

Color Harmonies of #155EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EB6

Black with #155EB6

Text Example


Text Example

White with #155EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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