Html Css Color HEX #15758F Allports

📋 copy color: '#15758F'

red 21 ◦ green 117 ◦ blue 143

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

Shades of Allports #15758F

Tints of Allports #15758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.89%

R = 7.47%
G = 41.64%
B = 50.89%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15758F (or 0x15758F) is known color: Allports. HEX triplet: 15, 75 and 8F. RGB value is (21,117,143). Sum of RGB (Red+Green+Blue) = 21+117+143=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #15758F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15758F is #EA8A70. Grayscale: #5B5B5B. Windows color (decimal): -15370865 or 9401621. OLE color: 9401621.

HSL color Cylindrical-coordinate representation of color #15758F: hue angle of 192.79º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15758F is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 117 143 -
CMYK 0.85 0.18 0 0.44
HSL 192.79º 0.74% 0.32% -
HSV(B) 192.79º 0.85% 0.56% -
XYZ 11.63 14.87 28.24 -
YUV 91.26 157.2 77.89 -
System Red Green Blue C M Y K H S L
Decimal 21 117 143 0.85 0.18 0 0.44 192.79 0.74 0.32
Hex 15 75 8F 55 12 0 2C C1 4A 20
Octal 25 165 217 125 22 0 54 301 112 40
Binary 10101 1110101 10001111 1010101 10010 0 101100 11000001 1001010 100000

Color Harmonies of #15758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15758F

Black with #15758F

Text Example


Text Example

White with #15758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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