Html Css Color HEX #155FBF Denim

📋 copy color: '#155FBF'

red 21 ◦ green 95 ◦ blue 191

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

Shades of Denim #155FBF

Tints of Denim #155FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.21%

R = 6.84%
G = 30.94%
B = 62.21%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#155FBF (or 0x155FBF) is known color: Denim. HEX triplet: 15, 5F and BF. RGB value is (21,95,191). Sum of RGB (Red+Green+Blue) = 21+95+191=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #155FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FBF is #EAA040. Grayscale: #535353. Windows color (decimal): -15376449 or 12541717. OLE color: 12541717.

HSL color Cylindrical-coordinate representation of color #155FBF: hue angle of 213.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155FBF is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 95 191 -
CMYK 0.89 0.50 0 0.25
HSL 213.88º 0.8% 0.42% -
HSV(B) 213.88º 0.89% 0.75% -
XYZ 13.81 12.11 50.9 -
YUV 83.82 188.48 83.19 -
System Red Green Blue C M Y K H S L
Decimal 21 95 191 0.89 0.50 0 0.25 213.88 0.8 0.42
Hex 15 5F BF 59 32 0 19 D6 50 2A
Octal 25 137 277 131 62 0 31 326 120 52
Binary 10101 1011111 10111111 1011001 110010 0 11001 11010110 1010000 101010

Color Harmonies of #155FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FBF

Black with #155FBF

Text Example


Text Example

White with #155FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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