#105C79

Color #105C79 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #105C79

Tints of Allports #105C79

Color information

#105C79 (or 0x105C79) is unknown color: approx Allports. HEX triplet: 10, 5C and 79. RGB value is (16,92,121). Sum of RGB (Red+Green+Blue) = 16+92+121=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #105C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C79 is #EFA386. Grayscale: #484848. Windows color (decimal): -15704967 or 7953424. OLE color: 7953424.

HSL color Cylindrical-coordinate representation of color #105C79: hue angle of 196.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #105C79 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1692121-
CMYK0.870.2400.53
HSL196.57º76.64%26.86%-
HSV(B)196.57º86.78%47.45%-
XYZ7.499.1419.46-
YUV72.58155.3287.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=6.99%
G=40.17%
B=52.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16921210.870.2400.53196.5776.6426.86
Hex105C795718035c54d1b
Octal201341711273006530511533
Binary1000010111001111001101011111000011010111000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105C79; }

 p { color: rgb(16,92,121); }

 H1.HeaderClassName
 {
   color: #105C79;
 }
 .AnyTagClassName
 {
   color: #105C79;
 }
</style>
background-color css

<style>
 a { background-color: #105C79; }

 a { background-color: rgb(16,92,121); }

 div.DivClassName
 {
   background-color: #105C79;
 }
 .BgClassName
 {
   background-color: #105C79;
 }
</style>
border-color css

<style>
 span { border-color: #105C79; }

 span { border-color: rgb(16,92,121); }

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