Html Css Color HEX #155E7C Allports

📋 copy color: '#155E7C'

red 21 ◦ green 94 ◦ blue 124

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

Shades of Allports #155E7C

Tints of Allports #155E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.88%

R = 8.79%
G = 39.33%
B = 51.88%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#155E7C (or 0x155E7C) is known color: Allports. HEX triplet: 15, 5E and 7C. RGB value is (21,94,124). Sum of RGB (Red+Green+Blue) = 21+94+124=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #155E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E7C is #EAA183. Grayscale: #4B4B4B. Windows color (decimal): -15376772 or 8150549. OLE color: 8150549.

HSL color Cylindrical-coordinate representation of color #155E7C: hue angle of 197.48º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155E7C is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 94 124 -
CMYK 0.83 0.24 0 0.51
HSL 197.48º 0.71% 0.28% -
HSV(B) 197.48º 0.83% 0.49% -
XYZ 7.95 9.62 20.51 -
YUV 75.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 21 94 124 0.83 0.24 0 0.51 197.48 0.71 0.28
Hex 15 5E 7C 53 18 0 33 C5 47 1C
Octal 25 136 174 123 30 0 63 305 107 34
Binary 10101 1011110 1111100 1010011 11000 0 110011 11000101 1000111 11100

Color Harmonies of #155E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E7C

Black with #155E7C

Text Example


Text Example

White with #155E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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