Html Css Color HEX #155FBA Denim

📋 copy color: '#155FBA'

red 21 ◦ green 95 ◦ blue 186

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

Shades of Denim #155FBA

Tints of Denim #155FBA

RGB

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

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

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

R = 6.95%
G = 31.46%
B = 61.59%

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

#155FBA (or 0x155FBA) is known color: Denim. HEX triplet: 15, 5F and BA. RGB value is (21,95,186). Sum of RGB (Red+Green+Blue) = 21+95+186=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #155FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FBA is #EAA045. Grayscale: #525252. Windows color (decimal): -15376454 or 12214037. OLE color: 12214037.

HSL color Cylindrical-coordinate representation of color #155FBA: hue angle of 213.09º 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 #155FBA is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 95 186 -
CMYK 0.89 0.49 0 0.27
HSL 213.09º 0.8% 0.41% -
HSV(B) 213.09º 0.89% 0.73% -
XYZ 13.26 11.89 48.05 -
YUV 83.25 185.98 83.6 -
System Red Green Blue C M Y K H S L
Decimal 21 95 186 0.89 0.49 0 0.27 213.09 0.8 0.41
Hex 15 5F BA 59 31 0 1B D5 50 29
Octal 25 137 272 131 61 0 33 325 120 51
Binary 10101 1011111 10111010 1011001 110001 0 11011 11010101 1010000 101001

Color Harmonies of #155FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FBA

Black with #155FBA

Text Example


Text Example

White with #155FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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