Html Css Color HEX #155CBA Denim

📋 copy color: '#155CBA'

red 21 ◦ green 92 ◦ blue 186

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

Shades of Denim #155CBA

Tints of Denim #155CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 7.02%
G = 30.77%
B = 62.21%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#155CBA (or 0x155CBA) is known color: Denim. HEX triplet: 15, 5C and BA. RGB value is (21,92,186). Sum of RGB (Red+Green+Blue) = 21+92+186=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #155CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CBA is #EAA345. Grayscale: #515151. Windows color (decimal): -15377222 or 12213269. OLE color: 12213269.

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

Color convert

RGB 21 92 186 -
CMYK 0.89 0.51 0 0.27
HSL 214.18º 0.8% 0.41% -
HSV(B) 214.18º 0.89% 0.73% -
XYZ 13 11.36 47.96 -
YUV 81.49 186.98 84.86 -
System Red Green Blue C M Y K H S L
Decimal 21 92 186 0.89 0.51 0 0.27 214.18 0.8 0.41
Hex 15 5C BA 59 33 0 1B D6 50 29
Octal 25 134 272 131 63 0 33 326 120 51
Binary 10101 1011100 10111010 1011001 110011 0 11011 11010110 1010000 101001

Color Harmonies of #155CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CBA

Black with #155CBA

Text Example


Text Example

White with #155CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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