Html Css Color HEX #155E7B Allports

📋 copy color: '#155E7B'

red 21 ◦ green 94 ◦ blue 123

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

Shades of Allports #155E7B

Tints of Allports #155E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 8.82%
G = 39.5%
B = 51.68%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#155E7B (or 0x155E7B) is known color: Allports. HEX triplet: 15, 5E and 7B. RGB value is (21,94,123). Sum of RGB (Red+Green+Blue) = 21+94+123=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #155E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E7B is #EAA184. Grayscale: #4B4B4B. Windows color (decimal): -15376773 or 8085013. OLE color: 8085013.

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

Color convert

RGB 21 94 123 -
CMYK 0.83 0.24 0 0.52
HSL 197.06º 0.71% 0.28% -
HSV(B) 197.06º 0.83% 0.48% -
XYZ 7.89 9.59 20.18 -
YUV 75.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 21 94 123 0.83 0.24 0 0.52 197.06 0.71 0.28
Hex 15 5E 7B 53 18 0 34 C5 47 1C
Octal 25 136 173 123 30 0 64 305 107 34
Binary 10101 1011110 1111011 1010011 11000 0 110100 11000101 1000111 11100

Color Harmonies of #155E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E7B

Black with #155E7B

Text Example


Text Example

White with #155E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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