Html Css Color HEX #155FA3 Denim

📋 copy color: '#155FA3'

red 21 ◦ green 95 ◦ blue 163

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

Shades of Denim #155FA3

Tints of Denim #155FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 58.42%

R = 7.53%
G = 34.05%
B = 58.42%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#155FA3 (or 0x155FA3) is known color: Denim. HEX triplet: 15, 5F and A3. RGB value is (21,95,163). Sum of RGB (Red+Green+Blue) = 21+95+163=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #155FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155FA3 is #EAA05C. Grayscale: #505050. Windows color (decimal): -15376477 or 10706709. OLE color: 10706709.

HSL color Cylindrical-coordinate representation of color #155FA3: hue angle of 208.73º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155FA3 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 95 163 -
CMYK 0.87 0.42 0 0.36
HSL 208.73º 0.77% 0.36% -
HSV(B) 208.73º 0.87% 0.64% -
XYZ 11.01 10.99 36.19 -
YUV 80.63 174.48 85.47 -
System Red Green Blue C M Y K H S L
Decimal 21 95 163 0.87 0.42 0 0.36 208.73 0.77 0.36
Hex 15 5F A3 57 2A 0 24 D1 4D 24
Octal 25 137 243 127 52 0 44 321 115 44
Binary 10101 1011111 10100011 1010111 101010 0 100100 11010001 1001101 100100

Color Harmonies of #155FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FA3

Black with #155FA3

Text Example


Text Example

White with #155FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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