Html Css Color HEX #155FB5 Denim

📋 copy color: '#155FB5'

red 21 ◦ green 95 ◦ blue 181

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

Shades of Denim #155FB5

Tints of Denim #155FB5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

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

R = 7.07%
G = 31.99%
B = 60.94%

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

#155FB5 (or 0x155FB5) is known color: Denim. HEX triplet: 15, 5F and B5. RGB value is (21,95,181). Sum of RGB (Red+Green+Blue) = 21+95+181=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #155FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FB5 is #EAA04A. Grayscale: #525252. Windows color (decimal): -15376459 or 11886357. OLE color: 11886357.

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

Color convert

RGB 21 95 181 -
CMYK 0.88 0.48 0 0.29
HSL 212.25º 0.79% 0.4% -
HSV(B) 212.25º 0.88% 0.71% -
XYZ 12.74 11.68 45.3 -
YUV 82.68 183.48 84.01 -
System Red Green Blue C M Y K H S L
Decimal 21 95 181 0.88 0.48 0 0.29 212.25 0.79 0.4
Hex 15 5F B5 58 30 0 1D D4 4F 28
Octal 25 137 265 130 60 0 35 324 117 50
Binary 10101 1011111 10110101 1011000 110000 0 11101 11010100 1001111 101000

Color Harmonies of #155FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FB5

Black with #155FB5

Text Example


Text Example

White with #155FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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