Html Css Color HEX #155DBA Denim

📋 copy color: '#155DBA'

red 21 ◦ green 93 ◦ blue 186

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

Shades of Denim #155DBA

Tints of Denim #155DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 7%
G = 31%
B = 62%

CMYK

 C value IS 0.89

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#155DBA (or 0x155DBA) is known color: Denim. HEX triplet: 15, 5D and BA. RGB value is (21,93,186). Sum of RGB (Red+Green+Blue) = 21+93+186=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #155DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DBA is #EAA245. Grayscale: #515151. Windows color (decimal): -15376966 or 12213525. OLE color: 12213525.

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

Color convert

RGB 21 93 186 -
CMYK 0.89 0.5 0 0.27
HSL 213.82º 0.8% 0.41% -
HSV(B) 213.82º 0.89% 0.73% -
XYZ 13.09 11.53 47.99 -
YUV 82.07 186.65 84.44 -
System Red Green Blue C M Y K H S L
Decimal 21 93 186 0.89 0.5 0 0.27 213.82 0.8 0.41
Hex 15 5D BA 59 32 0 1B D6 50 29
Octal 25 135 272 131 62 0 33 326 120 51
Binary 10101 1011101 10111010 1011001 110010 0 11011 11010110 1010000 101001

Color Harmonies of #155DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DBA

Black with #155DBA

Text Example


Text Example

White with #155DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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