Html Css Color HEX #155EA5 Denim

📋 copy color: '#155EA5'

red 21 ◦ green 94 ◦ blue 165

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

Shades of Denim #155EA5

Tints of Denim #155EA5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 165 (64.84% from 255) = 58.93%

R = 7.5%
G = 33.57%
B = 58.93%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#155EA5 (or 0x155EA5) is known color: Denim. HEX triplet: 15, 5E and A5. RGB value is (21,94,165). Sum of RGB (Red+Green+Blue) = 21+94+165=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #155EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155EA5 is #EAA15A. Grayscale: #4F4F4F. Windows color (decimal): -15376731 or 10837525. OLE color: 10837525.

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

Color convert

RGB 21 94 165 -
CMYK 0.87 0.43 0 0.35
HSL 209.58º 0.77% 0.36% -
HSV(B) 209.58º 0.87% 0.65% -
XYZ 11.1 10.88 37.11 -
YUV 80.27 175.82 85.73 -
System Red Green Blue C M Y K H S L
Decimal 21 94 165 0.87 0.43 0 0.35 209.58 0.77 0.36
Hex 15 5E A5 57 2B 0 23 D2 4D 24
Octal 25 136 245 127 53 0 43 322 115 44
Binary 10101 1011110 10100101 1010111 101011 0 100011 11010010 1001101 100100

Color Harmonies of #155EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EA5

Black with #155EA5

Text Example


Text Example

White with #155EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,94,165); }

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

background-color css

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

 a { background-color: rgb(21,94,165); }

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

border-color css

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

 span { border-color: rgb(21,94,165); }

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