Html Css Color HEX #155F7F Allports

📋 copy color: '#155F7F'

red 21 ◦ green 95 ◦ blue 127

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

Shades of Allports #155F7F

Tints of Allports #155F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 127 (50% from 255) = 52.26%

R = 8.64%
G = 39.09%
B = 52.26%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#155F7F (or 0x155F7F) is known color: Allports. HEX triplet: 15, 5F and 7F. RGB value is (21,95,127). Sum of RGB (Red+Green+Blue) = 21+95+127=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #155F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F7F is #EAA080. Grayscale: #4C4C4C. Windows color (decimal): -15376513 or 8347413. OLE color: 8347413.

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

Color convert

RGB 21 95 127 -
CMYK 0.83 0.25 0 0.50
HSL 198.11º 0.72% 0.29% -
HSV(B) 198.11º 0.83% 0.5% -
XYZ 8.23 9.88 21.55 -
YUV 76.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 21 95 127 0.83 0.25 0 0.50 198.11 0.72 0.29
Hex 15 5F 7F 53 19 0 32 C6 48 1D
Octal 25 137 177 123 31 0 62 306 110 35
Binary 10101 1011111 1111111 1010011 11001 0 110010 11000110 1001000 11101

Color Harmonies of #155F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F7F

Black with #155F7F

Text Example


Text Example

White with #155F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,95,127); }

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

background-color css

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

 a { background-color: rgb(21,95,127); }

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

border-color css

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

 span { border-color: rgb(21,95,127); }

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