#1C7D92

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

Shades of Allports #1C7D92

Tints of Allports #1C7D92

Color information

#1C7D92 (or 0x1C7D92) is unknown color: approx Allports. HEX triplet: 1C, 7D and 92. RGB value is (28,125,146). Sum of RGB (Red+Green+Blue) = 28+125+146=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C7D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7D92 is #E3826D. Grayscale: #626262. Windows color (decimal): -14910062 or 9600284. OLE color: 9600284.

HSL color Cylindrical-coordinate representation of color #1C7D92: hue angle of 190.68º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7D92 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB28125146-
CMYK0.810.1400.43
HSL190.68º67.82%34.12%-
HSV(B)190.68º80.82%57.25%-
XYZ1316.9929.79-
YUV98.39154.8677.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.36%
GREEN value IS 125 (49.22% from 255) = 41.81%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=9.36%
G=41.81%
B=48.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281251460.810.1400.43190.6867.8234.12
Hex1C7D9251E02Bbf4422
Octal341752221211605327710442
Binary11100111110110010010101000111100101011101111111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,125,146); }

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

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

 a { background-color: rgb(28,125,146); }

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

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

 span { border-color: rgb(28,125,146); }

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