Html Css Color HEX #15758B Allports

📋 copy color: '#15758B'

red 21 ◦ green 117 ◦ blue 139

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

Shades of Allports #15758B

Tints of Allports #15758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

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

R = 7.58%
G = 42.24%
B = 50.18%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15758B (or 0x15758B) is known color: Allports. HEX triplet: 15, 75 and 8B. RGB value is (21,117,139). Sum of RGB (Red+Green+Blue) = 21+117+139=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #15758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15758B is #EA8A74. Grayscale: #5A5A5A. Windows color (decimal): -15370869 or 9139477. OLE color: 9139477.

HSL color Cylindrical-coordinate representation of color #15758B: hue angle of 191.19º 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 #15758B is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 117 139 -
CMYK 0.85 0.16 0 0.45
HSL 191.19º 0.74% 0.31% -
HSV(B) 191.19º 0.85% 0.55% -
XYZ 11.33 14.75 26.68 -
YUV 90.8 155.2 78.21 -
System Red Green Blue C M Y K H S L
Decimal 21 117 139 0.85 0.16 0 0.45 191.19 0.74 0.31
Hex 15 75 8B 55 10 0 2D BF 4A 1F
Octal 25 165 213 125 20 0 55 277 112 37
Binary 10101 1110101 10001011 1010101 10000 0 101101 10111111 1001010 11111

Color Harmonies of #15758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15758B

Black with #15758B

Text Example


Text Example

White with #15758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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