#1C7483

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

Shades of Allports #1C7483

Tints of Allports #1C7483

Color information

#1C7483 (or 0x1C7483) is unknown color: approx Allports. HEX triplet: 1C, 74 and 83. RGB value is (28,116,131). Sum of RGB (Red+Green+Blue) = 28+116+131=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #1C7483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7483 is #E38B7C. Grayscale: #5B5B5B. Windows color (decimal): -14912381 or 8614940. OLE color: 8614940.

HSL color Cylindrical-coordinate representation of color #1C7483: hue angle of 188.74º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C7483 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB28116131-
CMYK0.790.1100.49
HSL188.74º64.78%31.18%-
HSV(B)188.74º78.63%51.37%-
XYZ10.8214.3823.68-
YUV91.4150.3582.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.18%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=10.18%
G=42.18%
B=47.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal281161310.790.1100.49188.7464.7831.18
Hex1C74834FB031bd411f
Octal341642031171306127510137
Binary1110011101001000001110011111011011000110111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,116,131); }

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

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

 a { background-color: rgb(28,116,131); }

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

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

 span { border-color: rgb(28,116,131); }

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