Html Css Color HEX #15767C Allports

📋 copy color: '#15767C'

red 21 ◦ green 118 ◦ blue 124

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

Shades of Allports #15767C

Tints of Allports #15767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 7.98%
G = 44.87%
B = 47.15%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15767C (or 0x15767C) is known color: Allports. HEX triplet: 15, 76 and 7C. RGB value is (21,118,124). Sum of RGB (Red+Green+Blue) = 21+118+124=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #15767C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15767C is #EA8983. Grayscale: #595959. Windows color (decimal): -15370628 or 8156693. OLE color: 8156693.

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

Color convert

RGB 21 118 124 -
CMYK 0.83 0.05 0 0.51
HSL 183.5º 0.71% 0.28% -
HSV(B) 183.5º 0.83% 0.49% -
XYZ 10.43 14.57 21.33 -
YUV 89.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 21 118 124 0.83 0.05 0 0.51 183.5 0.71 0.28
Hex 15 76 7C 53 5 0 33 B7 47 1C
Octal 25 166 174 123 5 0 63 267 107 34
Binary 10101 1110110 1111100 1010011 101 0 110011 10110111 1000111 11100

Color Harmonies of #15767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15767C

Black with #15767C

Text Example


Text Example

White with #15767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15767C; }

 p { color: rgb(21,118,124); }

 H1.HeaderClassName
 {
   color: #15767C;
 }
 .AnyTagClassName
 {
   color: #15767C;
 }
</style>

background-color css

<style>
 a { background-color: #15767C; }

 a { background-color: rgb(21,118,124); }

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

border-color css

<style>
 span { border-color: #15767C; }

 span { border-color: rgb(21,118,124); }

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