Html Css Color HEX #155E7D Allports

📋 copy color: '#155E7D'

red 21 ◦ green 94 ◦ blue 125

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

Shades of Allports #155E7D

Tints of Allports #155E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 8.75%
G = 39.17%
B = 52.08%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#155E7D (or 0x155E7D) is known color: Allports. HEX triplet: 15, 5E and 7D. RGB value is (21,94,125). Sum of RGB (Red+Green+Blue) = 21+94+125=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #155E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E7D is #EAA182. Grayscale: #4B4B4B. Windows color (decimal): -15376771 or 8216085. OLE color: 8216085.

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

Color convert

RGB 21 94 125 -
CMYK 0.83 0.25 0 0.51
HSL 197.88º 0.71% 0.29% -
HSV(B) 197.88º 0.83% 0.49% -
XYZ 8.01 9.65 20.84 -
YUV 75.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 21 94 125 0.83 0.25 0 0.51 197.88 0.71 0.29
Hex 15 5E 7D 53 19 0 33 C6 47 1D
Octal 25 136 175 123 31 0 63 306 107 35
Binary 10101 1011110 1111101 1010011 11001 0 110011 11000110 1000111 11101

Color Harmonies of #155E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E7D

Black with #155E7D

Text Example


Text Example

White with #155E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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