Html Css Color HEX #15778B Allports

📋 copy color: '#15778B'

red 21 ◦ green 119 ◦ blue 139

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

Shades of Allports #15778B

Tints of Allports #15778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.65%

 BLUE value IS 139 (54.69% from 255) = 49.82%

R = 7.53%
G = 42.65%
B = 49.82%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15778B (or 0x15778B) is known color: Allports. HEX triplet: 15, 77 and 8B. RGB value is (21,119,139). Sum of RGB (Red+Green+Blue) = 21+119+139=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #15778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15778B is #EA8874. Grayscale: #5B5B5B. Windows color (decimal): -15370357 or 9139989. OLE color: 9139989.

HSL color Cylindrical-coordinate representation of color #15778B: hue angle of 190.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15778B is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 119 139 -
CMYK 0.85 0.14 0 0.45
HSL 190.17º 0.74% 0.31% -
HSV(B) 190.17º 0.85% 0.55% -
XYZ 11.57 15.22 26.75 -
YUV 91.98 154.53 77.37 -
System Red Green Blue C M Y K H S L
Decimal 21 119 139 0.85 0.14 0 0.45 190.17 0.74 0.31
Hex 15 77 8B 55 E 0 2D BE 4A 1F
Octal 25 167 213 125 16 0 55 276 112 37
Binary 10101 1110111 10001011 1010101 1110 0 101101 10111110 1001010 11111

Color Harmonies of #15778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15778B

Black with #15778B

Text Example


Text Example

White with #15778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15778B; }

 p { color: rgb(21,119,139); }

 H1.HeaderClassName
 {
   color: #15778B;
 }
 .AnyTagClassName
 {
   color: #15778B;
 }
</style>

background-color css

<style>
 a { background-color: #15778B; }

 a { background-color: rgb(21,119,139); }

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

border-color css

<style>
 span { border-color: #15778B; }

 span { border-color: rgb(21,119,139); }

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