#1C6079

Color #1C6079 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #1C6079

Tints of Orient #1C6079

Color information

#1C6079 (or 0x1C6079) is unknown color: approx Orient. HEX triplet: 1C, 60 and 79. RGB value is (28,96,121). Sum of RGB (Red+Green+Blue) = 28+96+121=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C6079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6079 is #E39F86. Grayscale: #4E4E4E. Windows color (decimal): -14917511 or 7954460. OLE color: 7954460.

HSL color Cylindrical-coordinate representation of color #1C6079: hue angle of 196.13º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C6079 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2896121-
CMYK0.770.2100.53
HSL196.13º62.42%29.22%-
HSV(B)196.13º76.86%47.45%-
XYZ8.119.9919.59-
YUV78.52151.9791.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=11.43%
G=39.18%
B=49.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28961210.770.2100.53196.1362.4229.22
Hex1C60794D15035c43e1d
Octal34140171115250653047635
Binary111001100000111100110011011010101101011100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6079; }

 p { color: rgb(28,96,121); }

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

<style>
 a { background-color: #1C6079; }

 a { background-color: rgb(28,96,121); }

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

<style>
 span { border-color: #1C6079; }

 span { border-color: rgb(28,96,121); }

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