Html Css Color HEX #155EA7 Denim

📋 copy color: '#155EA7'

red 21 ◦ green 94 ◦ blue 167

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

Shades of Denim #155EA7

Tints of Denim #155EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 59.22%

R = 7.45%
G = 33.33%
B = 59.22%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#155EA7 (or 0x155EA7) is known color: Denim. HEX triplet: 15, 5E and A7. RGB value is (21,94,167). Sum of RGB (Red+Green+Blue) = 21+94+167=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 167 (65.62% from 255 or 59.22% from 282); Max value from RGB is 167 - color contains mainly: blue. Hex color #155EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155EA7 is #EAA158. Grayscale: #505050. Windows color (decimal): -15376729 or 10968597. OLE color: 10968597.

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

Color convert

RGB 21 94 167 -
CMYK 0.87 0.44 0 0.35
HSL 210º 0.78% 0.37% -
HSV(B) 210º 0.87% 0.65% -
XYZ 11.29 10.95 38.08 -
YUV 80.5 176.82 85.56 -
System Red Green Blue C M Y K H S L
Decimal 21 94 167 0.87 0.44 0 0.35 210 0.78 0.37
Hex 15 5E A7 57 2C 0 23 D2 4E 25
Octal 25 136 247 127 54 0 43 322 116 45
Binary 10101 1011110 10100111 1010111 101100 0 100011 11010010 1001110 100101

Color Harmonies of #155EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EA7

Black with #155EA7

Text Example


Text Example

White with #155EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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